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

Merge pull request #1432 from dmitrylyzo/dont-start-time-sync

Don't start time sync if not in SyncPlay mode
This commit is contained in:
dkanada 2020-06-23 21:27:52 +09:00 committed by GitHub
commit 13b05c8e44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,8 +65,6 @@ class TimeSyncManager {
this.pings = 0; // number of pings
this.measurement = null; // current time sync
this.measurements = [];
this.startPing();
}
/**