Remove .play() on clean seek attempt

This commit is contained in:
Sam 2018-05-14 16:31:45 +10:00
parent 7f34130327
commit e28f607bbe
1 changed files with 0 additions and 1 deletions

View File

@ -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'))