From 6764765106073c227e5fd722ba7ef87578085b24 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 10 Dec 2022 17:15:33 +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/sonarr/cf/bad-dual-groups.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/sonarr/cf/bad-dual-groups.json b/docs/json/sonarr/cf/bad-dual-groups.json index abf639f44..180a3d82d 100644 --- a/docs/json/sonarr/cf/bad-dual-groups.json +++ b/docs/json/sonarr/cf/bad-dual-groups.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(-alfaHD[_]?)\\b" + "value": "\\b(-alfaHD.*$)\\b" } }, {