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 } }, {