From 084af18ddb4dc00c6a5e6b4b69771846bf90813b Mon Sep 17 00:00:00 2001 From: John Woodhouse Date: Wed, 31 Mar 2021 21:11:07 +0100 Subject: [PATCH] Update Basic DTS / Not DTS-HD regex Updates the Not DTS-HD regex to match against DTS-HD HRA, stops releases with DTS-HD HRA from being matched against both DTS and DTS-HD HRA custom formats. --- docs/Radarr/V3/Radarr-collection-of-custom-formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Radarr/V3/Radarr-collection-of-custom-formats.md b/docs/Radarr/V3/Radarr-collection-of-custom-formats.md index 0721bbabd..9aa561c78 100644 --- a/docs/Radarr/V3/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/V3/Radarr-collection-of-custom-formats.md @@ -1212,7 +1212,7 @@ I also made 2 guides related to this one. "negate": true, "required": true, "fields": { - "value": "dts.?(hd|ma|es|hi)" + "value": "dts.?(hd|ma|es|hi|hr)" } }, {