mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
Delete user config dir on user deletion
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user