Merge pull request #1248 from nuxencs/fix/sonarr-fix-showtime

fix(sonarr): `SHO` CF mismatching
pull/1251/head
TRaSH 2 years ago committed by GitHub
commit 52403f5d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
{
"trash_id": "ae58039e1319178e6be73caab5c42166",
"trash_score": "95",
"trash_regex": "https://regex101.com/r/kjPPbG/1",
"name": "SHO",
"includeCustomFormatWhenRenaming": true,
"specifications": [
@ -10,7 +11,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(sho|showtime)\\b"
"value": "\\b(sho|showtime)\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
}
},
{

Loading…
Cancel
Save