From 990bc0bc2cac67ec581ec07da6b59dd93cb8d620 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Thu, 4 Aug 2022 22:03:16 +0200 Subject: [PATCH] Added: `EXTREME` to the [Bad Dual Groups] CF - Added: `EXTREME` to the [Bad Dual Groups] CF --- docs/json/radarr/bad-dual-groups.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/json/radarr/bad-dual-groups.json b/docs/json/radarr/bad-dual-groups.json index b063016b7..c3204f5a2 100644 --- a/docs/json/radarr/bad-dual-groups.json +++ b/docs/json/radarr/bad-dual-groups.json @@ -49,6 +49,15 @@ "value": "\\b(-Cory)\\b" } }, + { + "name": "EXTREME", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-EXTREME)\\b" + } + }, { "name": "FF", "implementation": "ReleaseTitleSpecification",