diff --git a/src/store/modules/plex/helpers/PlexClient.js b/src/store/modules/plex/helpers/PlexClient.js index faf9ec03..c29d0b2b 100644 --- a/src/store/modules/plex/helpers/PlexClient.js +++ b/src/store/modules/plex/helpers/PlexClient.js @@ -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