mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 08:17:02 +00:00
refactor(format): Change Condition Order (#24)
- Move condition orders around for organisation - No logic changes
This commit is contained in:
@@ -14,16 +14,16 @@ conditions:
|
||||
required: true
|
||||
source: bluray
|
||||
type: source
|
||||
- name: Not x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: true
|
||||
type: release_title
|
||||
- name: h265
|
||||
negate: false
|
||||
pattern: h265
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Not x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: true
|
||||
type: release_title
|
||||
tests:
|
||||
- conditionResults:
|
||||
- matches: false
|
||||
|
||||
Reference in New Issue
Block a user