mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 08:23:04 +00:00
@@ -558,6 +558,7 @@ namespace Emby.Server.Implementations.Library
|
||||
{
|
||||
_users = new ConcurrentDictionary<Guid, User>(
|
||||
users.Select(x => new KeyValuePair<Guid, User>(x.Id, x)));
|
||||
return;
|
||||
}
|
||||
|
||||
var defaultName = Environment.UserName;
|
||||
|
||||
Reference in New Issue
Block a user