Fixed: wrong or not recognizing DTS when you got a DTS HDR in the release name

- Fixed: wrong or not recognizing DTS when you got a DTS HDR in the release name
pull/463/head
TRaSH 3 years ago
parent 2ac697bf14
commit bd8d4a5392

@ -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