From a4e72a002a40bba4186959d3e0a512a2530b9f91 Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Sat, 16 Dec 2017 00:05:28 -0800 Subject: [PATCH] Fix #719 --- package.json | 2 +- www/js/callbacks.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 82ea2e7f..ec00b934 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/www/js/callbacks.js b/www/js/callbacks.js index 02d05b61..b2c6c4db 100644 --- a/www/js/callbacks.js +++ b/www/js/callbacks.js @@ -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