From c7fdd3abdf88b3a8827eee8a326b23ddad0a2741 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:04:00 +0100 Subject: [PATCH] Update FR Radarr Remux Tier Zapax has been promoted to tier 01 --- docs/json/radarr/cf/french-remux-tier-01.json | 9 +++++++++ docs/json/radarr/cf/french-remux-tier-02.json | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/json/radarr/cf/french-remux-tier-01.json b/docs/json/radarr/cf/french-remux-tier-01.json index 86086c45f..2e6c3142d 100644 --- a/docs/json/radarr/cf/french-remux-tier-01.json +++ b/docs/json/radarr/cf/french-remux-tier-01.json @@ -93,6 +93,15 @@ "fields": { "value": "\\b(Tezcat74)\\b" } + }, + { + "name": "Zapax", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Zapax)\\b" + } } ] } diff --git a/docs/json/radarr/cf/french-remux-tier-02.json b/docs/json/radarr/cf/french-remux-tier-02.json index f33fbac94..8c09730d0 100644 --- a/docs/json/radarr/cf/french-remux-tier-02.json +++ b/docs/json/radarr/cf/french-remux-tier-02.json @@ -93,15 +93,6 @@ "fields": { "value": "\\b(Sicario)\\b" } - }, - { - "name": "Zapax", - "implementation": "ReleaseGroupSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\b(Zapax)\\b" - } } ] }