Update session ping

This commit is contained in:
gion
2020-04-17 12:57:36 +02:00
parent 6519eebabb
commit 40889702d0
5 changed files with 6 additions and 17 deletions

View File

@@ -28,6 +28,6 @@ namespace MediaBrowser.Model.Syncplay
/// <summary>
/// A user is reporting its ping.
/// </summary>
KeepAlive = 5
UpdatePing = 5
}
}