fix play track in queue

This commit is contained in:
2026-02-10 01:35:42 -08:00
parent 99e6fd8eb4
commit c8220eec02

View File

@@ -9,7 +9,6 @@
} }
function onJump(track: Track) { function onJump(track: Track) {
player.playNext(track);
// Wait, jump usually means play immediately? // Wait, jump usually means play immediately?
// "Jump to track" -> set as current. // "Jump to track" -> set as current.
// If it's in the queue, we can just set currentId. // If it's in the queue, we can just set currentId.