Explorar o código

Fix UserNotFoundError

Bond_009 %!s(int64=5) %!d(string=hai) anos
pai
achega
24fac4b191
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Emby.Server.Implementations/Library/UserManager.cs

+ 1 - 0
Emby.Server.Implementations/Library/UserManager.cs

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