From 48509ce0a1180e806a87c98b0e8e77da4ebd7868 Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Thu, 3 Apr 2025 05:00:04 +1050 Subject: [PATCH] fix(format): Negate HDR10+ in HDR10 --- custom_formats/HDR10.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom_formats/HDR10.yml b/custom_formats/HDR10.yml index c6a1fa9..d395c62 100644 --- a/custom_formats/HDR10.yml +++ b/custom_formats/HDR10.yml @@ -9,4 +9,9 @@ conditions: pattern: HDR10 required: true type: release_title +- name: Not HDR10+ + type: release_title + required: true + negate: true + pattern: HDR10+ tests: []