fix(radarr): Word boundaries not applying to 3d regex (#1539)

pull/1543/head
Qstick 1 year ago committed by GitHub
parent 9a0d924cec
commit 5a9caebbdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\b3d|sbs|half[ .-]ou|half[ .-]sbs\\b" "value": "\\b(3d|sbs|half[ .-]ou|half[ .-]sbs)\\b"
} }
}, },
{ {

Loading…
Cancel
Save