mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 16:26:58 +00:00
refactor(format): Change Condition Order (#24)
- Move condition orders around for organisation - No logic changes
This commit is contained in:
@@ -5,16 +5,16 @@ tags:
|
||||
- Balanced
|
||||
- 1080p
|
||||
conditions:
|
||||
- name: Not WEB-DL
|
||||
negate: true
|
||||
required: true
|
||||
source: web_dl
|
||||
type: source
|
||||
- name: 1080p
|
||||
negate: false
|
||||
required: true
|
||||
resolution: 1080p
|
||||
type: resolution
|
||||
- name: Not WEB-DL
|
||||
negate: true
|
||||
required: true
|
||||
source: web_dl
|
||||
type: source
|
||||
- name: hallowed
|
||||
negate: false
|
||||
pattern: hallowed
|
||||
|
||||
Reference in New Issue
Block a user