Prevent missing regex_patterns (#15)

This commit is contained in:
Johan 2026-01-10 17:51:12 +02:00 committed by GitHub
parent 599fd6209f
commit 783609d2e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
195 changed files with 1617 additions and 562 deletions

View file

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