mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
Convert UpdateUser to solely async
This commit is contained in:
@@ -293,7 +293,7 @@ namespace Emby.Server.Implementations.Session
|
||||
try
|
||||
{
|
||||
user.LastActivityDate = activityDate;
|
||||
_userManager.UpdateUser(user);
|
||||
await _userManager.UpdateUserAsync(user);
|
||||
}
|
||||
catch (DbUpdateConcurrencyException e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user