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]" } }, {