Skip to content

Commit

Permalink
Merge pull request #1895 from michaelcresswell/play-all-playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert authored Aug 4, 2024
2 parents e1391db + e9c596d commit 103f01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Main.bs
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,9 @@ sub Main (args as dynamic) as void
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 103f01c

Please sign in to comment.