WaitforMovement within skipAhead

This commit is contained in:
Sam 2018-07-15 19:39:21 +10:00
parent 946790cb21
commit 81d0d0e220
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ module.exports = function PlexClient () {
let startedAt = new Date().getTime()
let now = this.lastTimelineObject.time
await this.seekTo(current + duration)
// await this.waitForMovement(now)
await this.waitForMovement(now)
// The client is now ready
await this.pressPause()
// Calculate how long it took to get to our ready state