From 5e494c9be1f300f8822a22e8e4797139a1dc6d53 Mon Sep 17 00:00:00 2001 From: f0e <7321764+f0e@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:55:00 +1000 Subject: [PATCH] fix(starr): TheUpscaler not matching (#1864) fix(starr): Fix TheUpscaler matching --- docs/json/radarr/cf/upscaled.json | 2 +- docs/json/sonarr/cf/upscaled.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } }, {