Add missing property

This commit is contained in:
Patrick Barron 2020-06-07 20:16:51 -04:00
parent 75af0a4e57
commit 824cd87b75
1 changed files with 1 additions and 0 deletions

View File

@ -277,6 +277,7 @@ namespace Jellyfin.Server.Implementations.Users
Id = user.Id,
ServerId = _appHost.SystemId,
HasPassword = GetAuthenticationProvider(user).HasPassword(user),
HasConfiguredEasyPassword = !string.IsNullOrEmpty(user.EasyPassword),
EnableAutoLogin = user.EnableAutoLogin,
LastLoginDate = user.LastLoginDate,
LastActivityDate = user.LastActivityDate,