From 3eefddf92c169d9e476e60fe02608edb2ddcef6e Mon Sep 17 00:00:00 2001 From: nuxen <47067662+nuxencs@users.noreply.github.com> Date: Thu, 9 Mar 2023 19:45:26 +0100 Subject: [PATCH] feat(radarr): add `ONLYMOViE` to `Bad Dual Groups` CF --- docs/json/radarr/cf/bad-dual-groups.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/json/radarr/cf/bad-dual-groups.json b/docs/json/radarr/cf/bad-dual-groups.json index 330d5a77d..fbfce6cce 100644 --- a/docs/json/radarr/cf/bad-dual-groups.json +++ b/docs/json/radarr/cf/bad-dual-groups.json @@ -103,6 +103,15 @@ "value": "\\b(-N3G4N)\\b" } }, + { + "name": "ONLYMOViE", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-ONLYMOViE)\\b" + } + }, { "name": "PD", "implementation": "ReleaseTitleSpecification",