From 2f8354be2476965868ad79de987ade70bb280429 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 10 Dec 2022 17:14:41 +0100 Subject: [PATCH] Update bad-dual-groups.json Update alfaHD so it ignores it with all characters afterwards, so not only alfaHD_ gets catched, alfaHD__ as well. Reference: https://regex101.com/r/0O67fi/1 --- docs/json/radarr/cf/bad-dual-groups.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/cf/bad-dual-groups.json b/docs/json/radarr/cf/bad-dual-groups.json index 3f9ba753b..798416bab 100644 --- a/docs/json/radarr/cf/bad-dual-groups.json +++ b/docs/json/radarr/cf/bad-dual-groups.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(-alfaHD[_]?)\\b" + "value": "\\b(-alfaHD.*$)\\b" } }, {