fix(starr): Prevent double scoring `DD+` and `DD+ Atmos` (#1887)

pull/1890/head
TRaSH 2 weeks ago committed by GitHub
parent 8a37f9086d
commit cdc502369d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,7 @@
"negate": true,
"required": true,
"fields": {
"value": "True[ .-]?HD|\\bATMOS(\\b|\\d)"
"value": "True[ .-]?HD|\\bATMOS|DDPA(\\b|\\d)"
}
},
{

@ -20,7 +20,7 @@
"negate": true,
"required": true,
"fields": {
"value": "True[ .-]?HD|\\bATMOS(\\b|\\d)"
"value": "True[ .-]?HD|\\bATMOS|DDPA(\\b|\\d)"
}
},
{

Loading…
Cancel
Save