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

@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.1.110",
"_release": "1.1.110",
"version": "1.1.111",
"_release": "1.1.111",
"_resolution": {
"type": "version",
"tag": "1.1.110",
"commit": "ab24c293c88728733789d3fcdf127d18294a6148"
"tag": "1.1.111",
"commit": "6a58b3a503f28eda5198d662643edaedd921abbd"
},
"_source": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript.git",
"_target": "^1.1.51",

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;