Implement #123
This commit is contained in:
parent
59fa9aa029
commit
22b10e3ffa
3 changed files with 56 additions and 24 deletions
|
|
@ -436,7 +436,7 @@ Callbacks = {
|
|||
socket.emit("mediaUpdate", {
|
||||
id: PLAYER.id,
|
||||
currentTime: seconds,
|
||||
paused: false,
|
||||
paused: PLAYER.paused,
|
||||
type: PLAYER.type
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue