mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update now playing screen
This commit is contained in:
parent
6820da0e4f
commit
3ead8a75b4
8 changed files with 46 additions and 19 deletions
|
@ -540,13 +540,15 @@
|
|||
});
|
||||
}
|
||||
|
||||
function onPlaybackStopped(e, state) {
|
||||
function onPlaybackStopped(e, stopInfo) {
|
||||
|
||||
console.log('remotecontrol event: ' + e.type);
|
||||
|
||||
var player = this;
|
||||
updatePlayerState(dlg, {});
|
||||
loadPlaylist(dlg);
|
||||
|
||||
if (!stopInfo.nextMediaType) {
|
||||
updatePlayerState(dlg, {});
|
||||
loadPlaylist(dlg);
|
||||
}
|
||||
}
|
||||
|
||||
function onPlayPauseStateChanged(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue