mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
Convert DeleteUser to async
This commit is contained in:
@@ -93,7 +93,8 @@ namespace MediaBrowser.Controller.Library
|
||||
/// Deletes the specified user.
|
||||
/// </summary>
|
||||
/// <param name="userId">The id of the user to be deleted.</param>
|
||||
void DeleteUser(Guid userId);
|
||||
/// <returns>A task representing the deletion of the user.</returns>
|
||||
Task DeleteUserAsync(Guid userId);
|
||||
|
||||
/// <summary>
|
||||
/// Resets the password.
|
||||
|
||||
Reference in New Issue
Block a user