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

update js apiclient

This commit is contained in:
Luke Pulverenti 2013-08-29 17:09:32 -04:00
parent 3d70e55368
commit 12a20022b2
2 changed files with 2 additions and 2 deletions

View file

@ -3370,7 +3370,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout) {
var msgData = itemId + "|" + (positionTicks == null ? "" : positionTicks) + "|" + (isPaused == null ? "" : isPaused) + "|" + (isMuted == null ? "" : isMuted);
self.sendWebSocketMessage("PlaybackProgress", msgData;);
self.sendWebSocketMessage("PlaybackProgress", msgData);
deferred.resolveWith(null, []);
return deferred.promise();