Skip to content

Commit

Permalink
Update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Aug 4, 2024
1 parent 103f01c commit bef54ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/source_Main.bs.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,9 @@
selectedIndex = msg.getData()
screenContent = msg.getRoSGNode()

m.global.queueManager.callFunc("clear")
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")
else if isNodeEvent(msg, "playAllSelected")
' User has selected playlist of of audio they want us to play
Expand Down

0 comments on commit bef54ce

Please sign in to comment.