Minor changes to group-wait in SyncPlay

This commit is contained in:
Ionut Andrei Oanca
2020-11-08 18:08:59 +01:00
parent 019bc19aa4
commit 563a6fb3c7
3 changed files with 58 additions and 17 deletions

View File

@@ -28,6 +28,16 @@ namespace Emby.Server.Implementations.SyncPlay
/// </summary>
public long DefaultPing { get; } = 500;
/// <summary>
/// Gets the maximum time offset error accepted for dates reported by clients, in milliseconds.
/// </summary>
public long TimeSyncOffset { get; } = 2000;
/// <summary>
/// Gets the maximum offset error accepted for position reported by clients, in milliseconds.
/// </summary>
public long MaxPlaybackOffset { get; } = 500;
/// <summary>
/// The logger.
/// </summary>