mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-12-18 19:46:41 +00:00
Update source/api/sdk.bs
Co-authored-by: Charles Ewert <cewert@gmail.com>
This commit is contained in:
parent
71dbfb3423
commit
4ea2515633
@ -1374,7 +1374,7 @@ namespace api
|
||||
end function
|
||||
|
||||
' Gets a list of sessions.
|
||||
function Get(params = {"deviceId": m.global.device.id} as object)
|
||||
function Get(params = { "deviceId": m.global.device.id } as object)
|
||||
req = APIRequest("/sessions", params)
|
||||
return getJson(req)
|
||||
end function
|
||||
|
Loading…
Reference in New Issue
Block a user