mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +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 {
|
export interface QueueData {
|
||||||
default: string[];
|
default: string[];
|
||||||
priority: string[];
|
priority: string[];
|
||||||
shuffled: string[];
|
shuffled: number[];
|
||||||
songs: Record<string, QueueSong>;
|
songs: Record<string, QueueSong>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user