From 5ccb320d20ed60ee20962e7175dade95b51420d0 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 20 Aug 2022 18:15:50 +0200 Subject: [PATCH] Fix: Screw after Screw Up - Fix: Screw after Screw Up --- metadata.json | 2 +- metadata.schema.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index ee763e0ff..9374159bd 100644 --- a/metadata.json +++ b/metadata.json @@ -2,7 +2,7 @@ "$schema": "metadata.schema.json", "json_paths": { "radarr": { - "custom_formats": ["docs/json/radarr"] + "custom_formats": ["docs/json/radarr/cf"] }, "sonarr": { "release_profiles": ["docs/json/sonarr/rp"], diff --git a/metadata.schema.json b/metadata.schema.json index ecc767d91..9fa34390f 100644 --- a/metadata.schema.json +++ b/metadata.schema.json @@ -34,6 +34,7 @@ "type": "object", "additionalProperties": false, "properties": { + "custom_formats": { "$ref": "#/$defs/custom_formats" }, "release_profiles": { "$ref": "#/$defs/release_profiles" } } }