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:
parent
8fe136f23c
commit
ab30128e67
8 changed files with 40 additions and 13 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue