diff --git a/custom_formats/Better Theatricals.yml b/custom_formats/Better Theatricals.yml index b4922cc..28f6960 100644 --- a/custom_formats/Better Theatricals.yml +++ b/custom_formats/Better Theatricals.yml @@ -24,10 +24,10 @@ tags: - Edition conditions: - name: Better Theatricals - type: release_title - required: true negate: false pattern: Better Theatricals + required: true + type: release_title - name: Theatrical negate: false pattern: Theatrical Edition @@ -58,11 +58,6 @@ conditions: pattern: Special Edition required: true type: release_title -- name: Not Theatrical Edition - negate: true - pattern: Theatrical Edition - required: true - type: release_title tests: - conditionResults: - matches: true diff --git a/custom_formats/Theatrical.yml b/custom_formats/Theatrical.yml index 3b415b8..03eb4b1 100644 --- a/custom_formats/Theatrical.yml +++ b/custom_formats/Theatrical.yml @@ -32,13 +32,8 @@ conditions: required: true type: release_title - name: Not Special Edition - type: release_title - required: true negate: true pattern: Special Edition -- name: Not Theatrical Edition - negate: true - pattern: Theatrical Edition required: true type: release_title tests: