aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/ApiClient
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-21 09:28:30 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-21 09:28:30 -0500
commit27088b7bacccf9a259459e871320dc5de4d39ac2 (patch)
treea244ad34bedc20be4375f83062df3f29f24b4ebf /MediaBrowser.Model/ApiClient
parentdc8c24ed2905934e1d715d8a36b05f01807371f3 (diff)
update translations
Diffstat (limited to 'MediaBrowser.Model/ApiClient')
-rw-r--r--MediaBrowser.Model/ApiClient/IConnectionManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/ApiClient/IConnectionManager.cs b/MediaBrowser.Model/ApiClient/IConnectionManager.cs
index bf7ef7185..3b88366e8 100644
--- a/MediaBrowser.Model/ApiClient/IConnectionManager.cs
+++ b/MediaBrowser.Model/ApiClient/IConnectionManager.cs
@@ -25,7 +25,7 @@ namespace MediaBrowser.Model.ApiClient
/// <summary>
/// Occurs when [local user sign out].
/// </summary>
- event EventHandler<EventArgs> LocalUserSignOut;
+ event EventHandler<GenericEventArgs<IApiClient>> LocalUserSignOut;
/// <summary>
/// Occurs when [connect user sign out].
/// </summary>