mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 12:28:27 +01:00
Update session ping
This commit is contained in:
@@ -30,10 +30,6 @@ namespace MediaBrowser.Model.Syncplay
|
||||
/// </summary>
|
||||
PrepareSession = 5,
|
||||
/// <summary>
|
||||
/// The keep-alive update. An update to keep alive the socket.
|
||||
/// </summary>
|
||||
KeepAlive = 6,
|
||||
/// <summary>
|
||||
/// The not-in-group update. Tells a user that no group has been joined.
|
||||
/// </summary>
|
||||
NotInGroup = 7
|
||||
|
||||
@@ -28,6 +28,6 @@ namespace MediaBrowser.Model.Syncplay
|
||||
/// <summary>
|
||||
/// A user is reporting its ping.
|
||||
/// </summary>
|
||||
KeepAlive = 5
|
||||
UpdatePing = 5
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user