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", "author": "Calvin Montgomery",
"name": "CyTube", "name": "CyTube",
"description": "Online media synchronizer and chat", "description": "Online media synchronizer and chat",
"version": "3.51.11", "version": "3.51.12",
"repository": { "repository": {
"url": "http://github.com/calzoneman/sync" "url": "http://github.com/calzoneman/sync"
}, },

View File

@ -791,9 +791,9 @@ Callbacks = {
function loadNext() { function loadNext() {
if (!PLAYER || data.type !== PLAYER.mediaType) { if (!PLAYER || data.type !== PLAYER.mediaType) {
loadMediaPlayer(data); loadMediaPlayer(data);
} else {
handleMediaUpdate(data);
} }
handleMediaUpdate(data);
} }
// Persist the user's volume preference from the the player, if possible // Persist the user's volume preference from the the player, if possible