mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
connect updates
This commit is contained in:
@@ -718,7 +718,8 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <param name="password">The password.</param>
|
||||
/// <returns>Task.</returns>
|
||||
/// <exception cref="ArgumentNullException">userId</exception>
|
||||
Task<AuthenticationResult> AuthenticateUserAsync(string username, string password);
|
||||
Task<AuthenticationResult> AuthenticateUserAsync(string username,
|
||||
string password);
|
||||
|
||||
/// <summary>
|
||||
/// Updates the server configuration async.
|
||||
|
||||
Reference in New Issue
Block a user