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

pull/1543/head
Qstick 9 months 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,
"required": false,
"fields": {
"value": "\\b3d|sbs|half[ .-]ou|half[ .-]sbs\\b"
"value": "\\b(3d|sbs|half[ .-]ou|half[ .-]sbs)\\b"
}
},
{

Loading…
Cancel
Save