Delete user config dir on user deletion

This commit is contained in:
Bond_009
2019-12-29 19:32:12 +01:00
parent b3963058db
commit ab57b504fe
2 changed files with 29 additions and 57 deletions

View File

@@ -102,8 +102,6 @@ namespace MediaBrowser.Controller.Library
/// </summary>
/// <param name="user">The user.</param>
/// <returns>Task.</returns>
/// <exception cref="ArgumentNullException">user</exception>
/// <exception cref="ArgumentException"></exception>
void DeleteUser(User user);
/// <summary>