diff --git a/docs/api/source_Main.bs.html b/docs/api/source_Main.bs.html
index 5be9514c8..4dd56c459 100644
--- a/docs/api/source_Main.bs.html
+++ b/docs/api/source_Main.bs.html
@@ -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