From 3326064cbfec901473052d6cb465b20aaf0edef4 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Thu, 27 Jan 2022 22:18:38 +0100 Subject: [PATCH] Fixed: CF `[TrueHD Atmos]` to recognize groups that only use Atmos/TrueHD in their release name. - Fixed: CF `[TrueHD Atmos]` to recognize groups that only use Atmos/TrueHD in their release name. --- docs/json/radarr/truehd-atmos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/truehd-atmos.json b/docs/json/radarr/truehd-atmos.json index 9a17de897..92de4c8ef 100644 --- a/docs/json/radarr/truehd-atmos.json +++ b/docs/json/radarr/truehd-atmos.json @@ -19,7 +19,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(ATMOS|CtrlHD|W4NK3R)(\\b|\\d)" + "value": "\\b(ATMOS|CtrlHD|W4NK3R|DON)(\\b|\\d)" } }, {