From e42fad012a2b6b8bcb91cebc6e24734ee028cc9e Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Sat, 13 Jan 2024 01:06:55 +0000 Subject: [PATCH] Further Underscore Additions - Added underscores to some basic DTS match separators --- docs/json/radarr/cf/dts-es.json | 2 +- docs/json/radarr/cf/dts-hd-hra.json | 2 +- docs/json/radarr/cf/dts-x.json | 2 +- docs/json/sonarr/cf/dts-es.json | 2 +- docs/json/sonarr/cf/dts-hd-hra.json | 2 +- docs/json/sonarr/cf/dts-x.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/json/radarr/cf/dts-es.json b/docs/json/radarr/cf/dts-es.json index 3f3bc4862..5778680a3 100644 --- a/docs/json/radarr/cf/dts-es.json +++ b/docs/json/radarr/cf/dts-es.json @@ -40,7 +40,7 @@ "negate": true, "required": true, "fields": { - "value": "DTS[ .]?[1-9]" + "value": "DTS[ ._-]?[1-9]" } }, { diff --git a/docs/json/radarr/cf/dts-hd-hra.json b/docs/json/radarr/cf/dts-hd-hra.json index c54bc1010..bd981bab9 100644 --- a/docs/json/radarr/cf/dts-hd-hra.json +++ b/docs/json/radarr/cf/dts-hd-hra.json @@ -41,7 +41,7 @@ "negate": true, "required": true, "fields": { - "value": "DTS[ .]?[1-9]" + "value": "DTS[ ._-]?[1-9]" } }, { diff --git a/docs/json/radarr/cf/dts-x.json b/docs/json/radarr/cf/dts-x.json index 91304e1fa..d6ba366f7 100644 --- a/docs/json/radarr/cf/dts-x.json +++ b/docs/json/radarr/cf/dts-x.json @@ -22,7 +22,7 @@ "negate": true, "required": true, "fields": { - "value": "DTS[ .]?[1-9]" + "value": "DTS[ ._-]?[1-9]" } }, { diff --git a/docs/json/sonarr/cf/dts-es.json b/docs/json/sonarr/cf/dts-es.json index 2fd344402..7fb590596 100644 --- a/docs/json/sonarr/cf/dts-es.json +++ b/docs/json/sonarr/cf/dts-es.json @@ -38,7 +38,7 @@ "negate": true, "required": true, "fields": { - "value": "DTS[ .]?[1-9]" + "value": "DTS[ ._-]?[1-9]" } }, { diff --git a/docs/json/sonarr/cf/dts-hd-hra.json b/docs/json/sonarr/cf/dts-hd-hra.json index 2a6894fa1..1cf71a4a4 100644 --- a/docs/json/sonarr/cf/dts-hd-hra.json +++ b/docs/json/sonarr/cf/dts-hd-hra.json @@ -39,7 +39,7 @@ "negate": true, "required": true, "fields": { - "value": "DTS[ .]?[1-9]" + "value": "DTS[ ._-]?[1-9]" } }, { diff --git a/docs/json/sonarr/cf/dts-x.json b/docs/json/sonarr/cf/dts-x.json index 9379e4a5a..a8bd729c3 100644 --- a/docs/json/sonarr/cf/dts-x.json +++ b/docs/json/sonarr/cf/dts-x.json @@ -20,7 +20,7 @@ "negate": true, "required": true, "fields": { - "value": "DTS[ .]?[1-9]" + "value": "DTS[ ._-]?[1-9]" } }, {