mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
fix player shuffle
This commit is contained in:
+603
-134
File diff suppressed because it is too large
Load Diff
@@ -77,7 +77,7 @@ export interface PlayerData {
|
||||
export interface QueueData {
|
||||
default: string[];
|
||||
priority: string[];
|
||||
shuffled: string[];
|
||||
shuffled: number[];
|
||||
songs: Record<string, QueueSong>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user