diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-12-29 19:32:12 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-12-29 19:32:12 +0100 |
| commit | ab57b504fe2dabb8e493caaf4289c0eec3bddaed (patch) | |
| tree | fa709be8d7af62ee50362437b497d363e363fa67 /MediaBrowser.Controller/Library/IUserManager.cs | |
| parent | b3963058dbb324d8c7527573da24251a16deedbc (diff) | |
Delete user config dir on user deletion
Diffstat (limited to 'MediaBrowser.Controller/Library/IUserManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/IUserManager.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs index 8d92c9f6f..be7b4ce59 100644 --- a/MediaBrowser.Controller/Library/IUserManager.cs +++ b/MediaBrowser.Controller/Library/IUserManager.cs @@ -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> |
