diff --git a/dashboard-ui/thirdparty/apiclient/mediabrowser.apiclient.js b/dashboard-ui/thirdparty/apiclient/mediabrowser.apiclient.js index 04de62c0d1..b65c829213 100644 --- a/dashboard-ui/thirdparty/apiclient/mediabrowser.apiclient.js +++ b/dashboard-ui/thirdparty/apiclient/mediabrowser.apiclient.js @@ -343,6 +343,7 @@ var url = serverAddress.replace('http', 'ws'); url += "?api_key=" + accessToken; + url += "&deviceId=" + deviceId; webSocket = new WebSocket(url); diff --git a/dashboard-ui/userprofiles.html b/dashboard-ui/userprofiles.html index e55611f8c4..8e8b77a268 100644 --- a/dashboard-ui/userprofiles.html +++ b/dashboard-ui/userprofiles.html @@ -9,7 +9,7 @@

-