Merge pull request #1202 from nuxencs/fix/radarr-cf-upscaled

fix(radarr): `Upscaled` CF not matching `Upscale`
pull/1204/head
TRaSH 2 years ago committed by GitHub
commit 06afba4b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
{
"trash_id": "bfd8eb01832d646a0a89c4deb46f8564",
"trash_score": "-10000",
"trash_regex": "https://regex101.com/r/HBqWdQ/1",
"trash_regex": "https://regex101.com/r/zOaqyg/1",
"name": "Upscaled",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +11,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(Up(s(caled|UHD)|(Rez)))\\b"
"value": "\\b(Up(s(caled?|UHD)|(Rez)))\\b"
}
},
{

Loading…
Cancel
Save