From baa523b5f16a548f4436e3c499d73c1cab7b28b0 Mon Sep 17 00:00:00 2001 From: nuxen <47067662+nuxencs@users.noreply.github.com> Date: Sat, 15 Jul 2023 15:16:42 +0200 Subject: [PATCH] feat(starr): Add KQRM to Anime LQ CF --- docs/json/radarr/cf/anime-lq-groups.json | 9 +++++++++ docs/json/sonarr/cf/anime-lq-groups.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/json/radarr/cf/anime-lq-groups.json b/docs/json/radarr/cf/anime-lq-groups.json index d479c0b92..6ef424deb 100644 --- a/docs/json/radarr/cf/anime-lq-groups.json +++ b/docs/json/radarr/cf/anime-lq-groups.json @@ -526,6 +526,15 @@ "value": "\\b(Kirion)\\b" } }, + { + "name": "KQRM", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(KQRM)\\b" + } + }, { "name": "KRP", "implementation": "ReleaseTitleSpecification", diff --git a/docs/json/sonarr/cf/anime-lq-groups.json b/docs/json/sonarr/cf/anime-lq-groups.json index de1afc71f..0e6625bf3 100644 --- a/docs/json/sonarr/cf/anime-lq-groups.json +++ b/docs/json/sonarr/cf/anime-lq-groups.json @@ -526,6 +526,15 @@ "value": "\\b(Kirion)\\b" } }, + { + "name": "KQRM", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(KQRM)\\b" + } + }, { "name": "KRP", "implementation": "ReleaseTitleSpecification",