Merge pull request #934 from nuxencs/Sonarr-Add-Groups-WEB-Tier-01

Added: `HONE` and `CRFW` to `WEB Tier 01`
pull/935/head^2
TRaSH 2 years ago committed by GitHub
commit d10dd0285c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,6 +31,15 @@
"value": "\\b(CasStudio)\\b"
}
},
{
"name": "CRFW",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(CRFW)\\b"
}
},
{
"name": "CtrlHD",
"implementation": "ReleaseGroupSpecification",
@ -49,6 +58,15 @@
"value": "\\b(FLUX)\\b"
}
},
{
"name": "HONE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(HONE)\\b"
}
},
{
"name": "KiNGS",
"implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save