mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Movies now show in the specified user language
This commit is contained in:
parent
fbd88248c0
commit
fdd856bb9f
11 changed files with 45 additions and 20 deletions
|
@ -13,6 +13,7 @@ namespace Ombi.Core.Models.UI
|
|||
public string EmailAddress { get; set; }
|
||||
public string Password { get; set; }
|
||||
public DateTime? LastLoggedIn { get; set; }
|
||||
public string Language { get; set; }
|
||||
public bool HasLoggedIn { get; set; }
|
||||
public UserType UserType { get; set; }
|
||||
public int MovieRequestLimit { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue