From c80d0678c558046e569fec64f069417b740c4763 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 25 Aug 2023 22:23:36 +0200 Subject: [PATCH] fix(radarr): removed CiNEPHiLES from Remux Tier --- docs/json/radarr/cf/lq.json | 9 +++++++++ docs/json/radarr/cf/remux-tier-02.json | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/json/radarr/cf/lq.json b/docs/json/radarr/cf/lq.json index 4155c8cb9..c706278aa 100644 --- a/docs/json/radarr/cf/lq.json +++ b/docs/json/radarr/cf/lq.json @@ -133,6 +133,15 @@ "value": "^(CiNE)$" } }, + { + "name": "CiNEPHiLES", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(CiNEPHiLES)$" + } + }, { "name": "CREATiVE24", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/radarr/cf/remux-tier-02.json b/docs/json/radarr/cf/remux-tier-02.json index 925aaecbc..35097e946 100644 --- a/docs/json/radarr/cf/remux-tier-02.json +++ b/docs/json/radarr/cf/remux-tier-02.json @@ -17,15 +17,6 @@ "value": 5 } }, - { - "name": "CiNEPHiLES", - "implementation": "ReleaseGroupSpecification", - "negate": false, - "required": false, - "fields": { - "value": "^(CiNEPHiLES)$" - } - }, { "name": "Flights", "implementation": "ReleaseGroupSpecification",