From c50e687195a04ce1a012bb2e910ea26485f001a5 Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Mon, 6 Jan 2025 06:05:16 +1050 Subject: [PATCH] fix(format): Add required negation to remux regex --- custom_formats/Blu-ray.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_formats/Blu-ray.yml b/custom_formats/Blu-ray.yml index 536ce5c..740749d 100644 --- a/custom_formats/Blu-ray.yml +++ b/custom_formats/Blu-ray.yml @@ -18,10 +18,10 @@ conditions: source: bluray type: source - name: Remux - type: release_title - required: false negate: true pattern: Remux + required: true + type: release_title tests: - conditionResults: - matches: true