mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-27 23:12:48 +00:00
minor mobile fixes
This commit is contained in:
@@ -352,10 +352,10 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
}
|
||||
}
|
||||
|
||||
OnUserDeleted(user);
|
||||
|
||||
// Force this to be lazy loaded again
|
||||
Users = null;
|
||||
Users = await LoadUsers().ConfigureAwait(false);
|
||||
|
||||
OnUserDeleted(user);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user