|
@@ -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)
|
|
{
|
|
{
|