mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +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