mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 00:07:01 +00:00
tweak(format): Fix Theatrical Negations
This commit is contained in:
@@ -24,10 +24,10 @@ tags:
|
|||||||
- Edition
|
- Edition
|
||||||
conditions:
|
conditions:
|
||||||
- name: Better Theatricals
|
- name: Better Theatricals
|
||||||
type: release_title
|
|
||||||
required: true
|
|
||||||
negate: false
|
negate: false
|
||||||
pattern: Better Theatricals
|
pattern: Better Theatricals
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
- name: Theatrical
|
- name: Theatrical
|
||||||
negate: false
|
negate: false
|
||||||
pattern: Theatrical Edition
|
pattern: Theatrical Edition
|
||||||
@@ -58,11 +58,6 @@ conditions:
|
|||||||
pattern: Special Edition
|
pattern: Special Edition
|
||||||
required: true
|
required: true
|
||||||
type: release_title
|
type: release_title
|
||||||
- name: Not Theatrical Edition
|
|
||||||
negate: true
|
|
||||||
pattern: Theatrical Edition
|
|
||||||
required: true
|
|
||||||
type: release_title
|
|
||||||
tests:
|
tests:
|
||||||
- conditionResults:
|
- conditionResults:
|
||||||
- matches: true
|
- matches: true
|
||||||
|
|||||||
@@ -32,13 +32,8 @@ conditions:
|
|||||||
required: true
|
required: true
|
||||||
type: release_title
|
type: release_title
|
||||||
- name: Not Special Edition
|
- name: Not Special Edition
|
||||||
type: release_title
|
|
||||||
required: true
|
|
||||||
negate: true
|
negate: true
|
||||||
pattern: Special Edition
|
pattern: Special Edition
|
||||||
- name: Not Theatrical Edition
|
|
||||||
negate: true
|
|
||||||
pattern: Theatrical Edition
|
|
||||||
required: true
|
required: true
|
||||||
type: release_title
|
type: release_title
|
||||||
tests:
|
tests:
|
||||||
|
|||||||
Reference in New Issue
Block a user