From 4b22fc9d36217df3a5dac1f2e640e49f99178663 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Thu, 22 Jun 2023 23:04:14 -0500 Subject: [PATCH] chore: Update schema to reflect new defaults --- schemas/config-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/config-schema.json b/schemas/config-schema.json index 72310ada..fd145c32 100644 --- a/schemas/config-schema.json +++ b/schemas/config-schema.json @@ -48,7 +48,7 @@ "replace_existing_custom_formats": { "type": "boolean", "description": "If disabled, custom formats that Recyclarr didn't explicitly create or know about will not be replaced.", - "default": true + "default": false }, "custom_formats": { "type": "array",