1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove redundant assignment

This commit is contained in:
Bill Thornton 2021-09-14 10:26:13 -04:00
parent e548388f8f
commit 99e9b5b41e

View file

@ -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;