Merge pull request #1206 from nuxencs/feat/radarr-cf-add-onlymovie-to-bad-dual

feat(radarr): add `ONLYMOViE` to `Bad Dual Groups` CF
pull/1211/head
TRaSH 2 years ago committed by GitHub
commit d8604a1fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -103,6 +103,15 @@
"value": "\\b(-N3G4N)\\b"
}
},
{
"name": "ONLYMOViE",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-ONLYMOViE)\\b"
}
},
{
"name": "PD",
"implementation": "ReleaseTitleSpecification",

Loading…
Cancel
Save