fix(radarr): Adapt German CF to avoid matching DL (#2188)

Fix: German CF to avoid matching DL

Co-authored-by: Lokilicious <mail.lokilicious.work>
pull/2191/head
Lokilicious 2 weeks ago committed by GitHub
parent 5b5f6a1e55
commit 0ecb5cf7c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save