From 28cb2a910e88bdf1026162f1ab0126289b6b2210 Mon Sep 17 00:00:00 2001 From: Choco Date: Sat, 21 Mar 2026 23:40:29 +0800 Subject: [PATCH] Fix typo: max_playlists Corrects the playlist settings key so it matches the code and config (max_playlists), avoiding mismatched or ignored limits when reading playlist settings. --- settings Example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings Example.json b/settings Example.json index 8ac45ed..a504077 100644 --- a/settings Example.json +++ b/settings Example.json @@ -55,7 +55,7 @@ "cache_cleanup": 43200 }, "playlist_settings": { - "max_playlist": 5, + "max_playlists": 5, "max_tracks_per_playlist": 500, "default_playlist_name": "Favourite" },