Fix leader not working

This commit is contained in:
Calvin Montgomery 2013-08-05 23:30:16 -04:00
parent d1d7c8dd05
commit 6bd44fa109
2 changed files with 4 additions and 9 deletions

View file

@ -1139,9 +1139,9 @@ function parseMediaLink(url) {
}
function sendVideoUpdate() {
PLAYER.getTime(function(seconds) {
PLAYER.getTime(function (seconds) {
socket.emit("mediaUpdate", {
id: PLAYER.id,
id: PLAYER.videoId,
currentTime: seconds,
paused: PLAYER.paused,
type: PLAYER.type