fix(radarr): removed CiNEPHiLES from Remux Tier

pull/1523/head
TRaSH 8 months ago
parent bf6bb981da
commit c80d0678c5

@ -133,6 +133,15 @@
"value": "^(CiNE)$"
}
},
{
"name": "CiNEPHiLES",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CiNEPHiLES)$"
}
},
{
"name": "CREATiVE24",
"implementation": "ReleaseGroupSpecification",

@ -17,15 +17,6 @@
"value": 5
}
},
{
"name": "CiNEPHiLES",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CiNEPHiLES)$"
}
},
{
"name": "Flights",
"implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save