From 99e9b5b41e2ec46ad276160f77fd35ec711bf897 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 14 Sep 2021 10:26:13 -0400 Subject: [PATCH] Remove redundant assignment --- src/components/syncPlay/core/PlaybackCore.js | 2 -- 1 file changed, 2 deletions(-) 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;