mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-23 04:18:00 +02:00
remove the Priority queue type
This commit is contained in:
@@ -68,7 +68,6 @@ export interface PlayerData {
|
||||
|
||||
export interface QueueData {
|
||||
default: string[];
|
||||
priority: string[];
|
||||
shuffled: number[];
|
||||
songs: Record<string, QueueSong>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user