feat(radarr): add CiNE & SLOT to LQ

pull/1352/head
nuxen 1 year ago
parent 494f2584aa
commit ac04b86538
No known key found for this signature in database

@ -112,6 +112,15 @@
"value": "^(CHD)$"
}
},
{
"name": "CiNE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CiNE)$"
}
},
{
"name": "CREATiVE24",
"implementation": "ReleaseGroupSpecification",
@ -562,6 +571,15 @@
"value": "^(Scene)$"
}
},
{
"name": "SLOT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SLOT)$"
}
},
{
"name": "STUTTERSHIT",
"implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save