From 5eec770ae2ea61597f6e80877860d48f540b78e8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 28 Oct 2014 20:13:12 -0400 Subject: update translations --- MediaBrowser.Model/ApiClient/IConnectionManager.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.Model/ApiClient') diff --git a/MediaBrowser.Model/ApiClient/IConnectionManager.cs b/MediaBrowser.Model/ApiClient/IConnectionManager.cs index e4c67f3e32..e319006103 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]. /// event EventHandler ConnectUserSignOut; - [Obsolete] + /// + /// Occurs when [remote logged out]. + /// event EventHandler RemoteLoggedOut; /// @@ -90,7 +92,6 @@ namespace MediaBrowser.Model.ApiClient /// /// Gets the active api client instance /// - [Obsolete] IApiClient CurrentApiClient { get; } /// -- cgit v1.2.3