diff --git a/src/store/modules/plex/helpers/PlexClient.js b/src/store/modules/plex/helpers/PlexClient.js index 685010b3..67037edc 100644 --- a/src/store/modules/plex/helpers/PlexClient.js +++ b/src/store/modules/plex/helpers/PlexClient.js @@ -285,7 +285,7 @@ module.exports = function PlexClient () { // Fall back to skipahead return resolve(await this.skipAhead(hostTimeline.time, 10000)) } - if (this.clientIdentifier === 'PTPLAYER9PLUS10' && difference > 1000) { + if (this.clientIdentifier === 'PTPLAYER9PLUS10' && difference > 1500) { console.log('Soft syncing because difference is', difference) return resolve(await this.cleanSeek(hostTimeline.time, true)) } else {