From e978cdc60ba1893a215dae2500dd5575bf58dfb2 Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Sat, 10 Feb 2024 15:27:33 +0000 Subject: [PATCH] Update API docs --- docs/api/source_Main.bs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/source_Main.bs.html b/docs/api/source_Main.bs.html index 7785d2de..07967989 100644 --- a/docs/api/source_Main.bs.html +++ b/docs/api/source_Main.bs.html @@ -401,9 +401,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, "playItem") ' User has selected audio they want us to play