Fix syncplay review issues
This commit is contained in:
parent
de29dac896
commit
e548388f8f
3 changed files with 11 additions and 20 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue