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 @@