This commit is contained in:
Jamie.Rees 2017-01-19 08:19:23 +00:00
parent 2976e87cc5
commit 80a9e54c4b

View file

@ -420,7 +420,7 @@ namespace Ombi.UI.Modules
FeaturesFormattedString = newUser ? "Processing..." : features.ToString(),
Username = plexInfo.Title,
Type = UserType.PlexUser,
EmailAddress = plexInfo.Email,
EmailAddress = string.IsNullOrEmpty(plexInfo.Email) ? dbUser.EmailAddress : plexInfo.Email,
Alias = dbUser?.UserAlias ?? string.Empty,
LastLoggedIn = lastLoggedIn,
PlexInfo = new UserManagementPlexInformation