diff --git a/docs/json/radarr/cf/dts-hd-ma.json b/docs/json/radarr/cf/dts-hd-ma.json index cd3871e4a..11ecabcb7 100644 --- a/docs/json/radarr/cf/dts-hd-ma.json +++ b/docs/json/radarr/cf/dts-hd-ma.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|xll))\\b" + "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|hd|xll))\\b" } }, { diff --git a/docs/json/radarr/cf/dts.json b/docs/json/radarr/cf/dts.json index c48636d6d..90cd76f4f 100644 --- a/docs/json/radarr/cf/dts.json +++ b/docs/json/radarr/cf/dts.json @@ -18,7 +18,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|xll))\\b" + "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|hd|xll))\\b" } }, { diff --git a/docs/json/sonarr/cf/dts-hd-ma.json b/docs/json/sonarr/cf/dts-hd-ma.json index a80672447..614610f43 100644 --- a/docs/json/sonarr/cf/dts-hd-ma.json +++ b/docs/json/sonarr/cf/dts-hd-ma.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|xll))\\b" + "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|hd|xll))\\b" } }, { diff --git a/docs/json/sonarr/cf/dts.json b/docs/json/sonarr/cf/dts.json index cf5a1eed1..a872d0cbd 100644 --- a/docs/json/sonarr/cf/dts.json +++ b/docs/json/sonarr/cf/dts.json @@ -18,7 +18,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|xll))\\b" + "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|hd|xll))\\b" } }, {