mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
fix player shuffle
This commit is contained in:
@@ -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