From bef54ce9f77c17bdfb60c07ec49f2283faf3a461 Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Sun, 4 Aug 2024 14:39:26 +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 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