remove the Priority queue type

This commit is contained in:
jeffvli
2026-01-18 18:32:35 -08:00
parent 04f7c7fdd4
commit 15633d07f0
6 changed files with 303 additions and 1145 deletions
-1
View File
@@ -68,7 +68,6 @@ export interface PlayerData {
export interface QueueData {
default: string[];
priority: string[];
shuffled: number[];
songs: Record<string, QueueSong>;
}