Prevent duplicate regex_patterns

This commit is contained in:
Johan van Eck 2025-07-27 21:25:56 +03:00
parent 06a7c06933
commit 84e5f806c9
2747 changed files with 6157 additions and 10149 deletions

View file

@ -8,20 +8,20 @@ conditions:
negate: false
required: true
type: release_title
pattern: Radarr - Mono
pattern: Not Mono
- name: Radarr - Not 3.0ch
negate: true
required: true
type: release_title
pattern: Radarr - 3.0ch
pattern: Not 3.0ch
- name: Radarr - Not 4.0ch
negate: true
required: true
type: release_title
pattern: Radarr - 4.0ch
pattern: 4.0ch
- name: Radarr - Not High Channel Count
negate: true
required: true
type: release_title
pattern: Radarr - High Channel Count
pattern: Not High Channel Count
tests: []