From e6f269673d00a80acdad60094891c49c61e258e6 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:36:58 +0000 Subject: [PATCH] feat(Starr): Add iVy to LQ (#1840) --- docs/json/radarr/cf/lq.json | 9 +++++++++ docs/json/sonarr/cf/lq.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/json/radarr/cf/lq.json b/docs/json/radarr/cf/lq.json index 3a08408e2..f382e1d40 100644 --- a/docs/json/radarr/cf/lq.json +++ b/docs/json/radarr/cf/lq.json @@ -330,6 +330,15 @@ "value": "^(iPlanet)$" } }, + { + "name": "iVy", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(iVy)$" + } + }, { "name": "jennaortega", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/sonarr/cf/lq.json b/docs/json/sonarr/cf/lq.json index 00094d01d..997dc3652 100644 --- a/docs/json/sonarr/cf/lq.json +++ b/docs/json/sonarr/cf/lq.json @@ -87,6 +87,15 @@ "value": "^(iNTENSO)$" } }, + { + "name": "iVy", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(iVy)$" + } + }, { "name": "JFF", "implementation": "ReleaseGroupSpecification",