mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Fix PTP_Approved turning into HDBits Internal.
This commit is contained in:
parent
5540594ecf
commit
064844ac0c
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ module.exports = Backgrid.Cell.extend({
|
|||
case "PTP_Approved":
|
||||
addon = "✔";
|
||||
title = "Approved by PTP"
|
||||
break;
|
||||
case "HDB_Internal":
|
||||
addon = "⭐️";
|
||||
title = "HDBits Internal";
|
||||
|
|
Loading…
Reference in a new issue