1
0
Fork 0
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:
Luke Pulverenti 2017-01-05 15:18:09 -05:00
parent d6203e5246
commit 62590fc268
6 changed files with 140 additions and 17 deletions

View file

@ -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;