queue the whole song library

This commit is contained in:
vapormusic 2021-12-16 18:57:17 +07:00
parent 12b736baa0
commit 5b2da36ae1
3 changed files with 12 additions and 2 deletions

View file

@ -254,6 +254,7 @@
let item = this.item
let parent = this.parent
let childIndex = this.index
console.log(item,parent,childIndex)
if (parent != null && childIndex != null) {
app.queueParentandplayChild(parent, childIndex);
} else {