mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
parent
e34db987d7
commit
36d93d5a9d
21 changed files with 3685 additions and 376 deletions
|
@ -7,6 +7,10 @@ namespace Ombi.Store.Entities
|
|||
{
|
||||
public string Alias { get; set; }
|
||||
public UserType UserType { get; set; }
|
||||
/// <summary>
|
||||
/// This will be the unique Plex/Emby user id reference
|
||||
/// </summary>
|
||||
public string ProviderUserId { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public string UserAlias => string.IsNullOrEmpty(Alias) ? UserName : Alias;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue