fix play track in queue
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user