mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
refactor(format): Change Condition Order (#24)
- Move condition orders around for organisation - No logic changes
This commit is contained in:
@@ -4,11 +4,6 @@ description: Attempts to match TrueHD releases which are not labelled correctly
|
||||
tags:
|
||||
- Audio
|
||||
conditions:
|
||||
- name: TrueHD Missing Groups
|
||||
negate: false
|
||||
pattern: TrueHD (Missing Groups)
|
||||
required: true
|
||||
type: release_title
|
||||
- name: 2160p
|
||||
negate: false
|
||||
required: true
|
||||
@@ -19,6 +14,11 @@ conditions:
|
||||
pattern: Remux
|
||||
required: true
|
||||
type: release_title
|
||||
- name: TrueHD Missing Groups
|
||||
negate: false
|
||||
pattern: TrueHD (Missing Groups)
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Not DTS-HD
|
||||
negate: true
|
||||
pattern: DTS-HD
|
||||
|
||||
Reference in New Issue
Block a user