Fix user deletion.

This commit is contained in:
Patrick Barron
2020-06-24 20:19:47 -04:00
parent 7da49d57b1
commit 9a01cd8590
3 changed files with 18 additions and 16 deletions

View File

@@ -111,8 +111,8 @@ namespace MediaBrowser.Controller.Library
/// <summary>
/// Deletes the specified user.
/// </summary>
/// <param name="user">The user to be deleted.</param>
void DeleteUser(User user);
/// <param name="userId">The if of the user to be deleted.</param>
void DeleteUser(Guid userId);
/// <summary>
/// Resets the password.