From 523e1636833c1e025606fb55c6631a03982a5b9c Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Wed, 27 Sep 2023 16:50:20 +0100 Subject: [PATCH] SQP-1 score change for DTS-ES Custom Format - Amend the DTS-ES score for both SQP-1 variants to 0 so that these releases are not blocked, and to prevent download loops resultant from mis-naming. --- docs/json/radarr/cf/dts-es.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/cf/dts-es.json b/docs/json/radarr/cf/dts-es.json index d3ca5a372..4fec96b58 100644 --- a/docs/json/radarr/cf/dts-es.json +++ b/docs/json/radarr/cf/dts-es.json @@ -3,8 +3,8 @@ "trash_score": 1500, "trash_scores": { "default": 1500, - "sqp-1-1080p": -10000, - "sqp-1-2160p": -10000 + "sqp-1-1080p": 0, + "sqp-1-2160p": 0 }, "name": "DTS-ES", "includeCustomFormatWhenRenaming": false,