1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

adjust audio direct play checks

This commit is contained in:
Luke Pulverenti 2015-03-12 21:55:22 -04:00
parent 4f904fd8d8
commit ad29857eae
2 changed files with 3 additions and 2 deletions

View file

@ -343,6 +343,7 @@
var url = serverAddress.replace('http', 'ws');
url += "?api_key=" + accessToken;
url += "&deviceId=" + deviceId;
webSocket = new WebSocket(url);