mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-19 12:17:01 +00:00
refactor(format): Change Condition Order (#24)
- Move condition orders around for organisation - No logic changes
This commit is contained in:
@@ -3,14 +3,14 @@ description: Matches Blu-rays that are NOT remuxes
|
||||
tags:
|
||||
- Source
|
||||
conditions:
|
||||
- name: Remux
|
||||
type: release_title
|
||||
required: true
|
||||
negate: true
|
||||
pattern: Remux
|
||||
- name: Blu-ray
|
||||
type: source
|
||||
required: true
|
||||
negate: false
|
||||
source: bluray
|
||||
- name: Remux
|
||||
type: release_title
|
||||
required: true
|
||||
negate: true
|
||||
pattern: Remux
|
||||
tests: []
|
||||
|
||||
Reference in New Issue
Block a user