Merge pull request #463 from TRaSH-/Radarr-dts-hdr-fix

Fixed: wrong or not recognizing DTS when you got a DTS HDR in the rel…
pull/464/head
TRaSH 3 years ago committed by GitHub
commit 9d3e84d20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -18,7 +18,7 @@
"negate": true,
"required": true,
"fields": {
"value": "dts.?(hd|ma|es|hi|hr)"
"value": "(dts(?>[-. ](?>ma|hd[^r](?!china))))"
}
},
{

Loading…
Cancel
Save