From 935eb63464e70010c491bbe491c6f6b8db0e8919 Mon Sep 17 00:00:00 2001 From: Droppisalt <67336980+Droppisalt@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:51:31 -0500 Subject: [PATCH] Update settings.md Corrected example for default_collection_order, which had the example for sync_mode - sync_mode: sync + default_collection_order: release --- docs/config/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/settings.md b/docs/config/settings.md index 592658a8..393a2633 100644 --- a/docs/config/settings.md +++ b/docs/config/settings.md @@ -410,7 +410,7 @@ The available setting attributes which can be set at each level are outlined bel ```yaml settings: - sync_mode: sync + default_collection_order: release ``` ??? blank "`minimum_items` - Used to control minimum items requires to build a collection/playlist.ΒΆ"