mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add subtitle management page
This commit is contained in:
parent
04e69d03e9
commit
f7e9566f8f
9 changed files with 474 additions and 0 deletions
|
@ -155,11 +155,14 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
|
|||
};
|
||||
|
||||
webSocket.onopen = function () {
|
||||
|
||||
console.log('web socket connection opened');
|
||||
setTimeout(function () {
|
||||
|
||||
self.sendWebSocketMessage("Identity", clientName + "|" + deviceId + "|" + applicationVersion + "|" + deviceName);
|
||||
|
||||
$(self).trigger("websocketopen");
|
||||
|
||||
}, 500);
|
||||
};
|
||||
webSocket.onerror = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue