Fix leader not working
This commit is contained in:
parent
d1d7c8dd05
commit
6bd44fa109
2 changed files with 4 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue