This commit is contained in:
Calvin Montgomery 2017-12-16 00:05:28 -08:00
parent 7fbd62142e
commit a4e72a002a
2 changed files with 3 additions and 3 deletions

View file

@ -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