diff --git a/docs/json/radarr/cf/upscaled.json b/docs/json/radarr/cf/upscaled.json index cae3ba99d..ca39a03a3 100644 --- a/docs/json/radarr/cf/upscaled.json +++ b/docs/json/radarr/cf/upscaled.json @@ -31,7 +31,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(The[ ._-]Upscaler)\\b" + "value": "\\b(The[ ._-]?Upscaler)\\b" } }, { diff --git a/docs/json/sonarr/cf/upscaled.json b/docs/json/sonarr/cf/upscaled.json index b2728b3df..eb74c098d 100644 --- a/docs/json/sonarr/cf/upscaled.json +++ b/docs/json/sonarr/cf/upscaled.json @@ -31,7 +31,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(The[ ._-]Upscaler)\\b" + "value": "\\b(The[ ._-]?Upscaler)\\b" } }, {