Fixed: `DTS-HD MA` recognition

Fixed the recognition of `DTS-HD MA` for both the Radarr and Sonarr CFs that use the regex.
pull/750/head
nuxen 2 years ago
parent 1b2f4fd8bb
commit fa6e92609d

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

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

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

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

Loading…
Cancel
Save