mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
update user deletion
This commit is contained in:
@@ -666,8 +666,7 @@ namespace Emby.Server.Implementations.Library
|
||||
|
||||
DeleteUserPolicy(user);
|
||||
|
||||
// Force this to be lazy loaded again
|
||||
Users = LoadUsers();
|
||||
Users = allUsers.Where(i => i.Id != user.Id).ToList();
|
||||
|
||||
OnUserDeleted(user);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user