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

update video osd

This commit is contained in:
Luke Pulverenti 2017-01-04 15:29:29 -05:00
parent 5fb6288ba2
commit 5516e8b168
9 changed files with 19 additions and 28 deletions

View file

@ -642,8 +642,6 @@
console.log('nowplaying event: ' + e.type);
var player = this;
playbackManager.endPlayerUpdates(player);
hideNowPlayingBar();
}
@ -673,7 +671,6 @@
}
isEnabled = true;
playbackManager.beginPlayerUpdates(player);
if (nowPlayingBarElement) {
updatePlayerStateInternal(event, state);
@ -718,7 +715,6 @@
events.off(player, 'playing', onPlayPauseStateChanged);
events.off(player, 'timeupdate', onTimeUpdate);
playbackManager.endPlayerUpdates(player);
currentPlayer = null;
hideNowPlayingBar();
}