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:
parent
3d70e55368
commit
12a20022b2
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue