From 18788ee06fbefd556538685411cd73325d89d831 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Thu, 31 Aug 2023 00:16:21 +0200 Subject: [PATCH] fix(starr): remove rlsgrp `CtrlHD` from CF `TrueHD Atmos` --- docs/json/radarr/cf/truehd-atmos.json | 2 +- docs/json/sonarr/cf/truehd-atmos.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/json/radarr/cf/truehd-atmos.json b/docs/json/radarr/cf/truehd-atmos.json index f6fb64cba9..30b8be3117 100644 --- a/docs/json/radarr/cf/truehd-atmos.json +++ b/docs/json/radarr/cf/truehd-atmos.json @@ -24,7 +24,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(ATMOS|CtrlHD|W4NK3R|DON)(\\b|\\d)" + "value": "\\b(ATMOS|W4NK3R|DON)(\\b|\\d)" } }, { diff --git a/docs/json/sonarr/cf/truehd-atmos.json b/docs/json/sonarr/cf/truehd-atmos.json index 2c05682fd8..5a1c243b60 100644 --- a/docs/json/sonarr/cf/truehd-atmos.json +++ b/docs/json/sonarr/cf/truehd-atmos.json @@ -13,7 +13,7 @@ "negate": false, "required": true, "fields": { - "value": "True[ .-]?HD|W4NK3R|HQMUX" + "value": "True[ .-]?HD" } }, { @@ -22,7 +22,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(ATMOS|CtrlHD|W4NK3R|DON)(\\b|\\d)" + "value": "\\b(ATMOS)(\\b|\\d)" } }, {