Fix #719
This commit is contained in:
parent
7fbd62142e
commit
a4e72a002a
2 changed files with 3 additions and 3 deletions
|
|
@ -791,9 +791,9 @@ Callbacks = {
|
|||
function loadNext() {
|
||||
if (!PLAYER || data.type !== PLAYER.mediaType) {
|
||||
loadMediaPlayer(data);
|
||||
} else {
|
||||
handleMediaUpdate(data);
|
||||
}
|
||||
|
||||
handleMediaUpdate(data);
|
||||
}
|
||||
|
||||
// Persist the user's volume preference from the the player, if possible
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue