mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 13:58:29 +01:00
remvoed CO uninstall project
This commit is contained in:
@@ -296,7 +296,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
/// Loads the users from the repository
|
||||
/// </summary>
|
||||
/// <returns>IEnumerable{User}.</returns>
|
||||
public IEnumerable<User> LoadUsers()
|
||||
private IEnumerable<User> LoadUsers()
|
||||
{
|
||||
var users = Kernel.UserRepository.RetrieveAllUsers().ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user