tweak(format): Fix NF Tier CF to have either HDR / DV
This commit is contained in:
parent
f9fadcc5b3
commit
71951cf5a6
|
|
@ -26,6 +26,16 @@ conditions:
|
||||||
pattern: h265
|
pattern: h265
|
||||||
required: true
|
required: true
|
||||||
type: release_title
|
type: release_title
|
||||||
|
- name: DV
|
||||||
|
negate: false
|
||||||
|
pattern: Dolby Vision
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: HDR
|
||||||
|
negate: false
|
||||||
|
pattern: HDR
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
tests:
|
tests:
|
||||||
- conditionResults:
|
- conditionResults:
|
||||||
- matches: true
|
- matches: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue