Merge pull request #1243 from nuxencs/feat/radarr-cf-add-GPTHD-to-LQ

feat(radarr): add `GPTHD` to `LQ` CF
pull/1244/head
TRaSH 2 years ago committed by GitHub
commit 0fe3eb34f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -220,6 +220,15 @@
"value": "\\b(GalaxyRG)\\b"
}
},
{
"name": "GPTHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(GPTHD)\\b"
}
},
{
"name": "HDS",
"implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save