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

update cinema mode on/off setting

This commit is contained in:
Luke Pulverenti 2015-11-19 00:19:54 -05:00
parent 8fe136f23c
commit ab30128e67
8 changed files with 40 additions and 13 deletions

View file

@ -411,7 +411,8 @@
throw new Error("Cannot open web socket without access token.");
}
var url = self.getUrl("socket").replace("/socket", "").replace('http', 'ws');
var url = self.getUrl("socket").replace("emby/socket", "embywebsocket").replace('http', 'ws');
url += "?api_key=" + accessToken;
url += "&deviceId=" + deviceId;