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:
parent
e548388f8f
commit
99e9b5b41e
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue