diff options
| author | ScottIsAFool <scottisafool@live.co.uk> | 2013-07-27 16:42:46 +0100 |
|---|---|---|
| committer | ScottIsAFool <scottisafool@live.co.uk> | 2013-07-27 16:42:46 +0100 |
| commit | 9c2945b1bae08f8f4ddbe78eec31ff13c9ff391c (patch) | |
| tree | 9bbdb4bc635ca37842500233d1317ea78fdf0ca0 /MediaBrowser.Model/ApiClient/IApiClient.cs | |
| parent | 03a6b86eb568ed76bda89428a2e9a584e5b5d6e8 (diff) | |
| parent | 54f824b1b37da0a82652ec8a77e41ede6643eae3 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/IApiClient.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index d9a7b9bc4..29a384f1f 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -450,11 +450,11 @@ namespace MediaBrowser.Model.ApiClient /// <summary> /// Authenticates a user and returns the result /// </summary> - /// <param name="userId">The user id.</param> + /// <param name="username">The username.</param> /// <param name="sha1Hash">The sha1 hash.</param> /// <returns>Task.</returns> /// <exception cref="ArgumentNullException">userId</exception> - Task AuthenticateUserAsync(string userId, byte[] sha1Hash); + Task AuthenticateUserAsync(string username, byte[] sha1Hash); /// <summary> /// Updates the server configuration async. |
