[Sonarr] Fix: aggressive `Dislike release containing: 1-`

- Fix: aggressive in `Dislike release containing: 1-`
pull/918/head
TRaSH 2 years ago
parent f541099d2e
commit 876ec00d8d

@ -418,7 +418,7 @@ Add this to your `Preferred (3)` with a score of [-25]
Add this to your `Preferred (3)` with a score of [-25] Add this to your `Preferred (3)` with a score of [-25]
```bash ```bash
/(1-.+)$/i /(?<!\d\.)(1-.+)$/i
``` ```
------ ------

@ -61,7 +61,7 @@
}, { }, {
"name": "Dislike release containing: 1-", "name": "Dislike release containing: 1-",
"trash_id": "236a3626a07cacf5692c73cc947bc280", "trash_id": "236a3626a07cacf5692c73cc947bc280",
"term": "/(1-.+)$/i" "term": "/(?<!\\d\\.)(1-.+)$/i"
}] }]
}] }]
} }

Loading…
Cancel
Save