diff --git a/src/components/syncPlay/core/PlaybackCore.js b/src/components/syncPlay/core/PlaybackCore.js index 57e34769cd..a47872e9cb 100644 --- a/src/components/syncPlay/core/PlaybackCore.js +++ b/src/components/syncPlay/core/PlaybackCore.js @@ -21,8 +21,6 @@ class PlaybackCore { this.playbackDiffMillis = 0; // Used for stats and remote time sync. this.syncAttempts = 0; this.lastSyncTime = new Date(); - // User setting to disable sync during playback. - this.enableSyncCorrection = false; this.playerIsBuffering = false;