mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
fix duplicate connections on the dashboard
This commit is contained in:
@@ -20,7 +20,7 @@ namespace MediaBrowser.Controller.Library
|
||||
/// Gets the active connections.
|
||||
/// </summary>
|
||||
/// <value>The active connections.</value>
|
||||
IEnumerable<ClientConnectionInfo> ConnectedUsers { get; }
|
||||
IEnumerable<ClientConnectionInfo> RecentConnections { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Occurs when [playback start].
|
||||
|
||||
Reference in New Issue
Block a user