diff options
Diffstat (limited to 'MediaBrowser.Controller/Library')
| -rw-r--r-- | MediaBrowser.Controller/Library/IUserManager.cs | 2 |
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]. |
