mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-20 04:18:19 -07:00
Don't start time sync if not in SyncPlay mode
This commit is contained in:
parent
1b6a600496
commit
8021b893c8
@ -65,8 +65,6 @@ class TimeSyncManager {
|
|||||||
this.pings = 0; // number of pings
|
this.pings = 0; // number of pings
|
||||||
this.measurement = null; // current time sync
|
this.measurement = null; // current time sync
|
||||||
this.measurements = [];
|
this.measurements = [];
|
||||||
|
|
||||||
this.startPing();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user