diff options
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IConnectionManager.cs')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/IConnectionManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/ApiClient/IConnectionManager.cs b/MediaBrowser.Model/ApiClient/IConnectionManager.cs index bf7ef71854..3b88366e8b 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> |
