From 62e9f3bee4b414ed208f5a33931dfdd886fe5c3e Mon Sep 17 00:00:00 2001 From: cewert Date: Sat, 28 Oct 2023 14:08:45 +0000 Subject: [PATCH] Update API docs --- docs/api/components_GetPlaybackInfoTask.brs.html | 2 +- docs/api/quicksearch.html | 2 +- docs/api/source_ShowScenes.brs.html | 4 ---- docs/api/source_VideoPlayer.brs.html | 3 ++- docs/api/source_api_baserequest.brs.html | 6 +----- docs/api/source_utils_globals.brs.html | 1 + 6 files changed, 6 insertions(+), 12 deletions(-) diff --git a/docs/api/components_GetPlaybackInfoTask.brs.html b/docs/api/components_GetPlaybackInfoTask.brs.html index 79bad3f78..399eab80c 100644 --- a/docs/api/components_GetPlaybackInfoTask.brs.html +++ b/docs/api/components_GetPlaybackInfoTask.brs.html @@ -107,7 +107,7 @@

Source: components/GetPlaybackInfoTask.brs

' Returns an array of playback info to be displayed during playback. ' In the future, with a custom playback info view, we can return an associated array. sub getPlaybackInfoTask() - sessions = api.sessions.Get() + sessions = api.sessions.Get({ "deviceId": m.global.device.serverDeviceName }) m.playbackInfo = ItemPostPlaybackInfo(m.top.videoID) diff --git a/docs/api/quicksearch.html b/docs/api/quicksearch.html index 6f8434443..751d58e5e 100644 --- a/docs/api/quicksearch.html +++ b/docs/api/quicksearch.html @@ -7,7 +7,7 @@