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

fixes #273 - Marking/unmarking Favorite status doesn't cause a library changed notification

This commit is contained in:
Luke Pulverenti 2013-10-03 14:02:23 -04:00
parent 0706f672ac
commit aeec89e103
2 changed files with 2 additions and 2 deletions

View file

@ -170,7 +170,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
webSocket.onopen = function () {
setTimeout(function () {
self.sendWebSocketMessage("Identity", clientName + "|" + deviceId + "|" + applicationVersion);
self.sendWebSocketMessage("Identity", clientName + "|" + deviceId + "|" + applicationVersion + "|" + deviceName);
$(self).trigger("websocketopen");
}, 500);