mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update playback components
This commit is contained in:
parent
d6203e5246
commit
62590fc268
6 changed files with 140 additions and 17 deletions
|
@ -589,7 +589,8 @@
|
|||
var url = self.getUrl("socket");
|
||||
|
||||
url = replaceAll(url, 'emby/socket', 'embywebsocket');
|
||||
url = replaceAll(url, 'http', 'ws');
|
||||
url = replaceAll(url, 'https:', 'wss:');
|
||||
url = replaceAll(url, 'http:', 'ws:');
|
||||
|
||||
url += "?api_key=" + accessToken;
|
||||
url += "&deviceId=" + deviceId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue