Prevent duplicate regex_patterns

This commit is contained in:
Johan van Eck 2025-07-27 20:32:00 +03:00
parent d4582e7330
commit 06a7c06933
235 changed files with 467 additions and 782 deletions

View file

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