mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Implement NTP like time sync
This commit is contained in:
parent
06e6c99c03
commit
5342b90a56
5 changed files with 236 additions and 156 deletions
|
@ -332,8 +332,8 @@ define(['events', 'globalize', 'playbackManager', 'connectionManager', 'syncplay
|
|||
var stats = syncplayManager.getStats();
|
||||
|
||||
syncStats.push({
|
||||
label: globalize.translate("LabelSyncplayTimeDiff"),
|
||||
value: stats.TimeDiff + "ms"
|
||||
label: globalize.translate("LabelSyncplayTimeOffset"),
|
||||
value: stats.TimeOffset + "ms"
|
||||
});
|
||||
|
||||
syncStats.push({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue