fix player shuffle

This commit is contained in:
jeffvli
2025-11-25 21:08:00 -08:00
parent 042047d7c1
commit c77d38fca0
2 changed files with 604 additions and 135 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -77,7 +77,7 @@ export interface PlayerData {
export interface QueueData {
default: string[];
priority: string[];
shuffled: string[];
shuffled: number[];
songs: Record<string, QueueSong>;
}