1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

Fix PTP_Approved turning into HDBits Internal.

This commit is contained in:
Leonardo Galli 2017-04-18 16:41:40 +02:00
parent 5540594ecf
commit 064844ac0c

View File

@ -40,6 +40,7 @@ module.exports = Backgrid.Cell.extend({
case "PTP_Approved": case "PTP_Approved":
addon = "✔"; addon = "✔";
title = "Approved by PTP" title = "Approved by PTP"
break;
case "HDB_Internal": case "HDB_Internal":
addon = "⭐️"; addon = "⭐️";
title = "HDBits Internal"; title = "HDBits Internal";