Merge pull request #1645 from Bond-009/fixusers

Fix UserNotFoundError
pull/1650/head
dkanada 5 years ago committed by GitHub
commit 5626709de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save