queue the whole song library
This commit is contained in:
parent
12b736baa0
commit
5b2da36ae1
3 changed files with 12 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue