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:
parent
4f904fd8d8
commit
ad29857eae
2 changed files with 3 additions and 2 deletions
|
@ -343,6 +343,7 @@
|
|||
|
||||
var url = serverAddress.replace('http', 'ws');
|
||||
url += "?api_key=" + accessToken;
|
||||
url += "&deviceId=" + deviceId;
|
||||
|
||||
webSocket = new WebSocket(url);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue