Merge pull request #704 from TRaSH-/Radarr-CF-DTS-HD-mismatch

FIXED: CF DTS-HD MA mismatch
pull/705/head
TRaSH 2 years ago committed by GitHub
commit 878afc9c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@
"negate": false, "negate": false,
"required": true, "required": true,
"fields": { "fields": {
"value": "dts[ .-]?(ma\\b|hd[ .-]?ma|hd)(?!china|r)" "value": "dts[ .-]?(ma\\b|hd[ .-]?ma\\b|hd)(?!china|r|maniacs)"
} }
}, },
{ {

@ -18,7 +18,7 @@
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "dts[ .-]?(ma\\b|hd[ .-]?ma|hd)(?!china|r)" "value": "dts[ .-]?(ma\\b|hd[ .-]?ma\\b|hd)(?!china|r|maniacs)"
} }
}, },
{ {

Loading…
Cancel
Save