Skip to content

Commit

Permalink
fix(radarr): Word boundaries not applying to 3d regex (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qstick authored Sep 4, 2023
1 parent 9a0d924 commit 5a9caeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/json/radarr/cf/3d.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b3d|sbs|half[ .-]ou|half[ .-]sbs\\b"
"value": "\\b(3d|sbs|half[ .-]ou|half[ .-]sbs)\\b"
}
},
{
Expand Down

0 comments on commit 5a9caeb

Please sign in to comment.