Update API docs
This commit is contained in:
parent
bb96006aa9
commit
e978cdc60b
|
@ -401,9 +401,9 @@
|
||||||
selectedIndex = msg.getData()
|
selectedIndex = msg.getData()
|
||||||
screenContent = msg.getRoSGNode()
|
screenContent = msg.getRoSGNode()
|
||||||
|
|
||||||
m.global.queueManager.callFunc("clear")
|
|
||||||
m.global.queueManager.callFunc("resetShuffle")
|
m.global.queueManager.callFunc("resetShuffle")
|
||||||
m.global.queueManager.callFunc("push", screenContent.albumData.items[selectedIndex])
|
m.global.queueManager.callFunc("set", screenContent.albumData.items)
|
||||||
|
m.global.queueManager.callFunc("setPosition", selectedIndex)
|
||||||
m.global.queueManager.callFunc("playQueue")
|
m.global.queueManager.callFunc("playQueue")
|
||||||
else if isNodeEvent(msg, "playItem")
|
else if isNodeEvent(msg, "playItem")
|
||||||
' User has selected audio they want us to play
|
' User has selected audio they want us to play
|
||||||
|
|
Loading…
Reference in New Issue
Block a user