Remove .play() on clean seek attempt
This commit is contained in:
parent
7f34130327
commit
e28f607bbe
|
@ -304,7 +304,6 @@ export default {
|
|||
return resolve('Directly seeked')
|
||||
}
|
||||
ticks++
|
||||
this.player.play()
|
||||
if (ticks > 150) {
|
||||
clearInterval(ticker)
|
||||
return reject(new Error('Timed out'))
|
||||
|
|
Loading…
Reference in New Issue