mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 07:46: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:
|
||||
- Quality
|
||||
- 2160p
|
||||
conditions:
|
||||
- name: Not WEB-DL
|
||||
negate: true
|
||||
required: true
|
||||
source: web_dl
|
||||
type: source
|
||||
- name: 2160p
|
||||
negate: false
|
||||
required: true
|
||||
resolution: 2160p
|
||||
type: resolution
|
||||
- name: Not WEB-DL
|
||||
negate: true
|
||||
required: true
|
||||
source: web_dl
|
||||
type: source
|
||||
- name: JustWatch
|
||||
negate: false
|
||||
pattern: JustWatch
|
||||
|
||||
Reference in New Issue
Block a user