Merge pull request #715 from nuxencs/Radarr-CF-Add-CRFW-to-WEB

Added: CRFW to `WEB Tier 01` and `HQ-WEBDL`
pull/719/head^2
TRaSH 2 years ago committed by GitHub
commit 278627084e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,6 +58,15 @@
"value": "\\bCMRG\\b"
}
},
{
"name": "CRFW",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bCRFW\\b"
}
},
{
"name": "CRUD",
"implementation": "ReleaseTitleSpecification",

@ -58,6 +58,15 @@
"value": "CMRG\\b"
}
},
{
"name": "CRFW",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "CRFW\\b"
}
},
{
"name": "CRUD",
"implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save