playing a new queue with shuffle enabled now starts at a random track.

This commit is contained in:
2026-02-23 12:13:40 -05:00
parent 1dfbfd9595
commit 3349e785d7
8 changed files with 72 additions and 22 deletions
@@ -989,7 +989,7 @@ export class PlaylistView
if (filePaths.length === 0) return;
queueStore.setQueue(filePaths, 0);
queueStore.setQueue(filePaths, 0, true);
};
// =================================================================
@@ -1074,7 +1074,7 @@ export class PlaylistView
switch (action) {
case 'play':
queueStore.setQueue(filePaths, 0);
queueStore.setQueue(filePaths, 0, true);
break;
case 'add-to-queue':
queueStore.addTracksToQueue(