Update API docs

This commit is contained in:
jellyfin-bot 2024-02-10 15:27:33 +00:00
parent bb96006aa9
commit e978cdc60b

View File

@ -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