From aca15587023e19209e06b899a32692a5f7d0a3c6 Mon Sep 17 00:00:00 2001 From: ScreenTinker Date: Sat, 11 Apr 2026 22:17:31 -0500 Subject: [PATCH] Show auto-generated playlists by default in playlist list Users need to see migrated playlists immediately. The toggle still allows hiding them if desired. Co-Authored-By: Claude Opus 4.6 --- frontend/js/views/playlists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/js/views/playlists.js b/frontend/js/views/playlists.js index fb65f62..6e5e1e9 100644 --- a/frontend/js/views/playlists.js +++ b/frontend/js/views/playlists.js @@ -39,7 +39,7 @@ export function cleanup() { // ==================== LIST VIEW ==================== -let showAutoGenerated = false; +let showAutoGenerated = true; async function renderList(container) { container.innerHTML = `