mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix UserNotFoundError
This commit is contained in:
parent
4bb0c2d053
commit
24fac4b191
@ -558,6 +558,7 @@ namespace Emby.Server.Implementations.Library
|
|||||||
{
|
{
|
||||||
_users = new ConcurrentDictionary<Guid, User>(
|
_users = new ConcurrentDictionary<Guid, User>(
|
||||||
users.Select(x => new KeyValuePair<Guid, User>(x.Id, x)));
|
users.Select(x => new KeyValuePair<Guid, User>(x.Id, x)));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var defaultName = Environment.UserName;
|
var defaultName = Environment.UserName;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user