This commit is contained in:
Patrick Barron 2020-06-24 21:07:39 -04:00
parent 2967dd6afd
commit 5ee419ebe4

View File

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