dont set video.muted to true to prevent flash of wrong audio icon when unmuted, refs #32
This commit is contained in:
parent
f520d837d6
commit
382e22b070
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ function updatePlayer(video, frame, currentTime, out, src) {
|
|||
}
|
||||
//video.poster = frame.querySelector('img').src
|
||||
var muted = video.muted
|
||||
video.muted = true
|
||||
// video.muted = true
|
||||
video.currentTime = currentTime
|
||||
video.dataset.in = currentTime
|
||||
video.dataset.out = out
|
||||
|
|
Loading…
Reference in a new issue