From ad29857eae68bb8aa1593e22bc5fbbed2359675b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 12 Mar 2015 21:55:22 -0400 Subject: [PATCH] adjust audio direct play checks --- dashboard-ui/thirdparty/apiclient/mediabrowser.apiclient.js | 1 + dashboard-ui/userprofiles.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 @@