aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IUserManager.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-16 12:41:49 -0400
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-16 12:41:49 -0400
commitbae89ee8243fea06ba1e17c1f1ed6da890e9f08c (patch)
tree22a01644778de380f4e279c628fcef28f4edadbc /MediaBrowser.Controller/Library/IUserManager.cs
parent110ee005178ca3ad04616bc2c7c0445582d56684 (diff)
fix duplicate connections on the dashboard
Diffstat (limited to 'MediaBrowser.Controller/Library/IUserManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/IUserManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs
index f1cef1d66..910ba13b2 100644
--- a/MediaBrowser.Controller/Library/IUserManager.cs
+++ b/MediaBrowser.Controller/Library/IUserManager.cs
@@ -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].