From 743a828699e1b48541c2aa3f4c3379a707e8da33 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Tue, 17 Jan 2023 23:44:59 +0100 Subject: [PATCH] Fixed misslabeled Specification for Sonarr Bluray and Remux tier --- docs/json/sonarr/cf/french-hd-bluray-tier-01.json | 8 ++++---- docs/json/sonarr/cf/french-remux-tier-01.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/json/sonarr/cf/french-hd-bluray-tier-01.json b/docs/json/sonarr/cf/french-hd-bluray-tier-01.json index a0dee3231..d8789ef55 100644 --- a/docs/json/sonarr/cf/french-hd-bluray-tier-01.json +++ b/docs/json/sonarr/cf/french-hd-bluray-tier-01.json @@ -10,16 +10,16 @@ "negate": false, "required": true, "fields": { - "value": 9 + "value": 6 } }, { - "name": "Not Remux", - "implementation": "QualityModifierSpecification", + "name": "Not REMUX", + "implementation": "SourceSpecification", "negate": true, "required": true, "fields": { - "value": 5 + "value": 7 } }, { diff --git a/docs/json/sonarr/cf/french-remux-tier-01.json b/docs/json/sonarr/cf/french-remux-tier-01.json index cb035072e..d8f8504df 100644 --- a/docs/json/sonarr/cf/french-remux-tier-01.json +++ b/docs/json/sonarr/cf/french-remux-tier-01.json @@ -6,11 +6,11 @@ "specifications": [ { "name": "Remux", - "implementation": "QualityModifierSpecification", + "implementation": "SourceSpecification", "negate": false, "required": true, "fields": { - "value": 5 + "value": 7 } }, {