This commit is contained in:
calzoneman 2013-05-13 18:05:01 -04:00
parent 59fa9aa029
commit 22b10e3ffa
3 changed files with 56 additions and 24 deletions

View file

@ -436,7 +436,7 @@ Callbacks = {
socket.emit("mediaUpdate", {
id: PLAYER.id,
currentTime: seconds,
paused: false,
paused: PLAYER.paused,
type: PLAYER.type
});
});