diff --git a/docs/json/radarr/cf/hybrid.json b/docs/json/radarr/cf/hybrid.json index 203d967b2..3be57353b 100644 --- a/docs/json/radarr/cf/hybrid.json +++ b/docs/json/radarr/cf/hybrid.json @@ -25,12 +25,12 @@ } }, { - "name": "Remux", - "implementation": "QualityModifierSpecification", + "name": "Bluray", + "implementation": "SourceSpecification", "negate": false, - "required": true, + "required": false, "fields": { - "value": 5 + "value": 9 } } ] diff --git a/docs/json/radarr/cf/remux-tier-02.json b/docs/json/radarr/cf/remux-tier-02.json index 00abee41a..67083e35b 100644 --- a/docs/json/radarr/cf/remux-tier-02.json +++ b/docs/json/radarr/cf/remux-tier-02.json @@ -25,15 +25,6 @@ "value": "^(Flights)$" } }, - { - "name": "KRaLiMaRKo", - "implementation": "ReleaseGroupSpecification", - "negate": false, - "required": false, - "fields": { - "value": "^(KRaLiMaRKo)$" - } - }, { "name": "NCmt", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/radarr/cf/remux-tier-03.json b/docs/json/radarr/cf/remux-tier-03.json index ec27859e7..aecabdf96 100644 --- a/docs/json/radarr/cf/remux-tier-03.json +++ b/docs/json/radarr/cf/remux-tier-03.json @@ -52,6 +52,15 @@ "value": "^(iFT)$" } }, + { + "name": "KRaLiMaRKo", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(KRaLiMaRKo)$" + } + }, { "name": "NTb", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/sonarr/cf/hybrid.json b/docs/json/sonarr/cf/hybrid.json index 092737114..e7c168732 100644 --- a/docs/json/sonarr/cf/hybrid.json +++ b/docs/json/sonarr/cf/hybrid.json @@ -28,10 +28,19 @@ "name": "Remux", "implementation": "SourceSpecification", "negate": false, - "required": true, + "required": false, "fields": { "value": 7 } + }, + { + "name": "Bluray", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 6 + } } ] }