Fix leader
This commit is contained in:
parent
35500822d2
commit
62ed922c73
3 changed files with 4 additions and 4 deletions
|
|
@ -1378,10 +1378,10 @@ function sendVideoUpdate() {
|
|||
}
|
||||
PLAYER.getTime(function (seconds) {
|
||||
socket.emit("mediaUpdate", {
|
||||
id: PLAYER.videoId,
|
||||
id: PLAYER.mediaId,
|
||||
currentTime: seconds,
|
||||
paused: PLAYER.paused,
|
||||
type: PLAYER.type
|
||||
type: PLAYER.mediaType
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue