fix(radarr): VISIONPLUSHDR to LQ CF & Upscale CF to include Re-grade (#1447)

pull/1450/head
garypiner 11 months ago committed by GitHub
parent c257c17f7d
commit 8564cb7dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -634,6 +634,15 @@
"value": "^(TIKO)$"
}
},
{
"name": "VISIONPLUSHDR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(VISIONPLUSHDR(-X|1000)?)$"
}
},
{
"name": "WAF",
"implementation": "ReleaseGroupSpecification",

@ -20,7 +20,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(Regrade)\\b"
"value": "\\b(Re-?grade)\\b"
}
},
{

Loading…
Cancel
Save