From ccab2e984a0cfeb4a0e696fa1ffc62fd2c6f7087 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 29 Jan 2022 19:19:19 +0100 Subject: [PATCH] Added: Nominated Unwanted Groups - Added: Nominated Unwanted Groups, these are groups are nominated to be in the LQ for different reasons. --- docs/json/radarr/lq.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/json/radarr/lq.json b/docs/json/radarr/lq.json index 48a81c250..cc80c4def 100644 --- a/docs/json/radarr/lq.json +++ b/docs/json/radarr/lq.json @@ -66,6 +66,15 @@ "fields": { "value": "\\b(Rifftrax|RU4HD)\\b" } + }, + { + "name": "Nominated Unwanted Groups", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(TEKNO3D|TIKO)\\b" + } } ] } \ No newline at end of file