Explorar o código

Update Emby.Server.Implementations/Session/SessionManager.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
Patrick Barron %!s(int64=4) %!d(string=hai) anos
pai
achega
befedaf6fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Emby.Server.Implementations/Session/SessionManager.cs

+ 1 - 1
Emby.Server.Implementations/Session/SessionManager.cs

@@ -293,7 +293,7 @@ namespace Emby.Server.Implementations.Session
                     try
                     try
                     {
                     {
                         user.LastActivityDate = activityDate;
                         user.LastActivityDate = activityDate;
-                        await _userManager.UpdateUserAsync(user);
+                        await _userManager.UpdateUserAsync(user).ConfigureAwait(false);
                     }
                     }
                     catch (DbUpdateConcurrencyException e)
                     catch (DbUpdateConcurrencyException e)
                     {
                     {