aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/ApiClient/IConnectionManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-10-28 20:13:12 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-10-28 20:13:12 -0400
commit5eec770ae2ea61597f6e80877860d48f540b78e8 (patch)
tree11fe056049580b48de571ef787ab789035af40fe /MediaBrowser.Model/ApiClient/IConnectionManager.cs
parent5ca4d60c34c7ead76c388bd2c3ca192b38aae1f0 (diff)
update translations
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IConnectionManager.cs')
-rw-r--r--MediaBrowser.Model/ApiClient/IConnectionManager.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaBrowser.Model/ApiClient/IConnectionManager.cs b/MediaBrowser.Model/ApiClient/IConnectionManager.cs
index e4c67f3e3..e31900610 100644
--- a/MediaBrowser.Model/ApiClient/IConnectionManager.cs
+++ b/MediaBrowser.Model/ApiClient/IConnectionManager.cs
@@ -30,7 +30,9 @@ namespace MediaBrowser.Model.ApiClient
/// Occurs when [connect user sign out].
/// </summary>
event EventHandler<EventArgs> ConnectUserSignOut;
- [Obsolete]
+ /// <summary>
+ /// Occurs when [remote logged out].
+ /// </summary>
event EventHandler<EventArgs> RemoteLoggedOut;
/// <summary>
@@ -90,7 +92,6 @@ namespace MediaBrowser.Model.ApiClient
/// <summary>
/// Gets the active api client instance
/// </summary>
- [Obsolete]
IApiClient CurrentApiClient { get; }
/// <summary>