fix(starr): TheUpscaler not matching (#1864)

fix(starr): Fix TheUpscaler matching
pull/1875/head
f0e 1 month ago committed by GitHub
parent cfff6e5b07
commit 5e494c9be1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,7 +31,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(The[ ._-]Upscaler)\\b"
"value": "\\b(The[ ._-]?Upscaler)\\b"
}
},
{

@ -31,7 +31,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(The[ ._-]Upscaler)\\b"
"value": "\\b(The[ ._-]?Upscaler)\\b"
}
},
{

Loading…
Cancel
Save