Update Basic DTS / Not DTS-HD regex

Updates the Not DTS-HD regex to match against DTS-HD HRA, stops releases with DTS-HD HRA from being matched against both DTS and DTS-HD HRA custom formats.
pull/188/head
John Woodhouse 3 years ago committed by GitHub
parent 2e985bbe1e
commit 084af18ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1212,7 +1212,7 @@ I also made 2 guides related to this one.
"negate": true,
"required": true,
"fields": {
"value": "dts.?(hd|ma|es|hi)"
"value": "dts.?(hd|ma|es|hi|hr)"
}
},
{

Loading…
Cancel
Save