Skip to content

Commit

Permalink
Fix: German CF to avoid matching DL
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokilicious committed Dec 28, 2024
1 parent f4738e0 commit 888a181
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/json/radarr/cf/language-german.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
"fields": {
"value": -2
}
},
{
"name": "DL",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": false,
"fields": {
"value": "(?<!WEB[-_. ]?)\\b(DL)\\b"
}
}
]
}

0 comments on commit 888a181

Please sign in to comment.