fix(radarr): removed CiNEPHiLES from Remux Tier

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

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

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

Loading…
Cancel
Save