From 7a8966f6b239be6ed59b5f124ea59e9ec84f2dd1 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Tue, 1 Jul 2025 14:30:36 -0500 Subject: [PATCH] tweak(format): Fix HDR Double Negation --- custom_formats/HDR10+.yml | 5 ----- custom_formats/HDR10.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/custom_formats/HDR10+.yml b/custom_formats/HDR10+.yml index 2b79072..05b8f82 100644 --- a/custom_formats/HDR10+.yml +++ b/custom_formats/HDR10+.yml @@ -24,9 +24,4 @@ conditions: pattern: HLG required: true type: release_title -- name: Not HDR10 - type: release_title - required: true - negate: true - pattern: HDR10 tests: [] diff --git a/custom_formats/HDR10.yml b/custom_formats/HDR10.yml index abd7e05..6952e9f 100644 --- a/custom_formats/HDR10.yml +++ b/custom_formats/HDR10.yml @@ -24,9 +24,4 @@ conditions: pattern: HLG required: true type: release_title -- name: Not HDR10+ - type: release_title - required: true - negate: true - pattern: HDR10+ tests: []