diff options
| author | Patrick Barron <barronpm@gmail.com> | 2021-04-10 17:11:59 -0400 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2021-04-10 17:11:59 -0400 |
| commit | ed0b5ff0171e340544702d99a07c149e01c5bf8a (patch) | |
| tree | 47fd042c5694218a254a5f71b130fa95c05fad02 /Jellyfin.Server.Implementations/Users/UserManager.cs | |
| parent | 3ebc0474343eb07defb6dd6f0e8bed707471e0a0 (diff) | |
Fix builds
Diffstat (limited to 'Jellyfin.Server.Implementations/Users/UserManager.cs')
| -rw-r--r-- | Jellyfin.Server.Implementations/Users/UserManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Users/UserManager.cs b/Jellyfin.Server.Implementations/Users/UserManager.cs index 4d847ec95..87d33330f 100644 --- a/Jellyfin.Server.Implementations/Users/UserManager.cs +++ b/Jellyfin.Server.Implementations/Users/UserManager.cs @@ -295,7 +295,7 @@ namespace Jellyfin.Server.Implementations.Users } user.EasyPassword = newPasswordSha1; - await UpdateUserAsync(user); + await UpdateUserAsync(user).ConfigureAwait(false); _eventManager.Publish(new UserPasswordChangedEventArgs(user)); } |
