Bond_009 5 лет назад
Родитель
Сommit
24fac4b191
1 измененных файлов с 1 добавлено и 0 удалено
  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 = 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;