mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Some more around the plex importer !minor
This commit is contained in:
parent
b944f90bdb
commit
4c52516284
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ namespace Ombi.Schedule.Jobs.Plex
|
||||||
var newUser = new OmbiUser
|
var newUser = new OmbiUser
|
||||||
{
|
{
|
||||||
UserType = UserType.PlexUser,
|
UserType = UserType.PlexUser,
|
||||||
UserName = plexUser.Username,
|
UserName = plexUser?.Username ?? plexUser.Id,
|
||||||
ProviderUserId = plexUser.Id,
|
ProviderUserId = plexUser.Id,
|
||||||
Email = plexUser?.Email ?? string.Empty,
|
Email = plexUser?.Email ?? string.Empty,
|
||||||
Alias = string.Empty
|
Alias = string.Empty
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue