fix(starr-german): Make DL Tag required and negated for the German Language CF to avoid double scoring. (#2281)

Fix: DL tag should be required and negated for German Language CF

Co-authored-by: Lokilicious <mail.lokilicious.work>
pull/2284/head
Lokilicious 2 weeks ago committed by GitHub
parent 238b6652a2
commit c110da3aa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -28,7 +28,7 @@
"name": "DL",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": false,
"required": true,
"fields": {
"value": "(?<!WEB[-_. ]?)\\b(DL)\\b"
}

@ -28,7 +28,7 @@
"name": "DL",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": false,
"required": true,
"fields": {
"value": "(?<!WEB[-_. ]?)\\b(DL)\\b"
}

Loading…
Cancel
Save