From bd8d4a53926012011a08cfd850789727460c51a6 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 9 Jan 2022 14:26:56 +0100 Subject: [PATCH] Fixed: wrong or not recognizing DTS when you got a DTS HDR in the release name - Fixed: wrong or not recognizing DTS when you got a DTS HDR in the release name --- docs/json/radarr/dts-hd-ma.json | 2 +- docs/json/radarr/dts.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/dts-hd-ma.json b/docs/json/radarr/dts-hd-ma.json index 25a8455bb..fb1b67dd6 100644 --- a/docs/json/radarr/dts-hd-ma.json +++ b/docs/json/radarr/dts-hd-ma.json @@ -9,7 +9,7 @@ "negate": false, "required": true, "fields": { - "value": "(dts(?>[-. ](?>ma|hd(?!china))))" + "value": "(dts(?>[-. ](?>ma|hd[^r](?!china))))" } }, { diff --git a/docs/json/radarr/dts.json b/docs/json/radarr/dts.json index 7ecfe7d77..1f08e9528 100644 --- a/docs/json/radarr/dts.json +++ b/docs/json/radarr/dts.json @@ -18,7 +18,7 @@ "negate": true, "required": true, "fields": { - "value": "dts.?(hd|ma|es|hi|hr)" + "value": "(dts(?>[-. ](?>ma|hd[^r](?!china))))" } }, {