refactor(format): Change Condition Order (#24)

- Move condition orders around for organisation
- No logic changes
This commit is contained in:
Seraphys
2025-02-06 18:02:54 -06:00
committed by GitHub
parent e75a3a1b16
commit e1f34b16f9
29 changed files with 190 additions and 190 deletions

View File

@@ -3,6 +3,11 @@ description: Matches 'h265' regex pattern.
tags:
- Codec
conditions:
- name: WEB
type: source
required: true
negate: false
source: web_dl
- name: h265
negate: false
pattern: h265
@@ -18,11 +23,6 @@ conditions:
required: true
negate: true
pattern: Remux
- name: WEB
type: source
required: true
negate: false
source: web_dl
- name: Not 4K
type: resolution
required: true