فهرست منبع

Fix UserNotFoundError

Bond_009 5 سال پیش
والد
کامیت
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.Select(x => new KeyValuePair<Guid, User>(x.Id, x)));
+                return;
             }
 
             var defaultName = Environment.UserName;