From 9746b556050b1937ae20550cb4d8fabaf23f032a Mon Sep 17 00:00:00 2001 From: Lokilicious Date: Sun, 12 Jan 2025 18:13:34 +0100 Subject: [PATCH] Fix: Added RiLE and W4K to German Scene --- docs/json/radarr/cf/german-scene.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/json/radarr/cf/german-scene.json b/docs/json/radarr/cf/german-scene.json index 47a6887800..a52d44cde5 100644 --- a/docs/json/radarr/cf/german-scene.json +++ b/docs/json/radarr/cf/german-scene.json @@ -185,6 +185,24 @@ "fields": { "value": "^(muhHD)$" } + }, + { + "name": "RiLE", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(RiLE)$" + } + }, + { + "name": "W4K", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(W4K)$" + } } ] }