mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated identification message
This commit is contained in:
parent
f4eb8f6cdd
commit
3426d8d32e
2 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout) {
|
|||
webSocket.onopen = function () {
|
||||
setTimeout(function () {
|
||||
|
||||
self.sendWebSocketMessage("Identify", deviceId + "|" + clientName);
|
||||
self.sendWebSocketMessage("Identity", clientName + "|" + deviceId);
|
||||
|
||||
$(self).trigger("websocketopen");
|
||||
}, 500);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue