Merge pull request #918 from TRaSH-/Sonarr-fix-aggressive-1-

[Sonarr] Fix: aggressive `Dislike release containing: 1-`
pull/863/head
TRaSH 2 years ago committed by GitHub
commit f0b74217b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
}] }]
}] }]
} }

@ -1,3 +1,7 @@
# 2022-10-20 22:35
**[Sonarr]**
- Fix: aggressive in Dislike release containing: 1-. #918
# 2022-10-20 22:15 # 2022-10-20 22:15
**[SQP]** **[SQP]**
- Add: [SQP-1] Add also warning for plain IMAX. - Add: [SQP-1] Add also warning for plain IMAX.

Loading…
Cancel
Save