tweak(format): Fix HDR Double Negation

This commit is contained in:
Seraphys 2025-07-01 14:30:36 -05:00
parent fbf7dc044e
commit 7a8966f6b2
2 changed files with 0 additions and 10 deletions

View File

@ -24,9 +24,4 @@ conditions:
pattern: HLG pattern: HLG
required: true required: true
type: release_title type: release_title
- name: Not HDR10
type: release_title
required: true
negate: true
pattern: HDR10
tests: [] tests: []

View File

@ -24,9 +24,4 @@ conditions:
pattern: HLG pattern: HLG
required: true required: true
type: release_title type: release_title
- name: Not HDR10+
type: release_title
required: true
negate: true
pattern: HDR10+
tests: [] tests: []