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

@ -2,7 +2,7 @@
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
"version": "3.51.11",
"version": "3.51.12",
"repository": {
"url": "http://github.com/calzoneman/sync"
},

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