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

update components

This commit is contained in:
Luke Pulverenti 2017-01-11 23:27:01 -05:00
parent 28bb4ffd62
commit 6fb6168107
12 changed files with 113 additions and 241 deletions

View file

@ -616,12 +616,14 @@
}
}
function onPlaybackStopped(e, state) {
function onPlaybackStopped(e, stopInfo) {
console.log('nowplaying event: ' + e.type);
var player = this;
hideNowPlayingBar();
if (stopInfo.nextMediaType !== 'Audio') {
hideNowPlayingBar();
}
}
function onPlayPauseStateChanged(e) {