Fix leader
This commit is contained in:
parent
35500822d2
commit
62ed922c73
3 changed files with 4 additions and 4 deletions
|
|
@ -65,7 +65,7 @@ window.handleMediaUpdate = (data) ->
|
|||
if data.paused and not PLAYER.paused
|
||||
PLAYER.seekTo(data.currentTime)
|
||||
PLAYER.pause()
|
||||
else if PLAYER.paused
|
||||
else if PLAYER.paused and not data.paused
|
||||
PLAYER.play()
|
||||
|
||||
PLAYER.getTime((seconds) ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue