mirror of
https://github.com/screentinker/screentinker.git
synced 2026-05-15 07:32:23 -06:00
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 <noreply@anthropic.com>
This commit is contained in:
parent
af03615ec0
commit
aca1558702
|
|
@ -39,7 +39,7 @@ export function cleanup() {
|
|||
|
||||
// ==================== LIST VIEW ====================
|
||||
|
||||
let showAutoGenerated = false;
|
||||
let showAutoGenerated = true;
|
||||
|
||||
async function renderList(container) {
|
||||
container.innerHTML = `
|
||||
|
|
|
|||
Loading…
Reference in a new issue