Fix syncplay review issues

This commit is contained in:
Bill Thornton 2021-09-13 11:10:28 -04:00
parent de29dac896
commit e548388f8f
3 changed files with 11 additions and 20 deletions

View file

@ -22,7 +22,7 @@ class PlaybackCore {
this.syncAttempts = 0;
this.lastSyncTime = new Date();
// User setting to disable sync during playback.
this.enableSyncCorrection = !(browser.mobile || browser.iOS);
this.enableSyncCorrection = false;
this.playerIsBuffering = false;