From 1528a0173a0adc6511f43cc7f0b6f5ef7f37c164 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Sep 2021 14:34:05 +0200 Subject: [PATCH] Updated: [DTS-ES] - Changed: Improve identification of Audio Channels reported in Issue: #334 - Fixed: faulty identify ???.DTS-HDChina as DTS-HD --- docs/json/radarr/dts-hd-hra.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/dts-hd-hra.json b/docs/json/radarr/dts-hd-hra.json index 8fec9b82a..91aa4da25 100644 --- a/docs/json/radarr/dts-hd-hra.json +++ b/docs/json/radarr/dts-hd-hra.json @@ -9,7 +9,7 @@ "negate": false, "required": true, "fields": { - "value": "dts.?(hd.?)?(hr|hi)" + "value": "dts[-. ]?(hd[. ]?)?(hr|hi)" } }, { @@ -99,7 +99,7 @@ "negate": true, "required": true, "fields": { - "value": "[^0-9]6\\.[0-1]" + "value": "[^0-9]6[ .][0-1]" } } ]