Update queue.ejs

This commit is contained in:
booploops 2021-12-15 21:12:46 -08:00
parent b249512467
commit 9775cb758d

View file

@ -79,6 +79,7 @@
app.mk.changeToMediaAtIndex(index) app.mk.changeToMediaAtIndex(index)
}, },
updateQueue() { updateQueue() {
this.selected = -1
if (app.mk.queue) { if (app.mk.queue) {
this.queuePosition = app.mk.queue.position; this.queuePosition = app.mk.queue.position;
this.queueItems = app.mk.queue._queueItems; this.queueItems = app.mk.queue._queueItems;