Movies now show in the specified user language

This commit is contained in:
tidusjar 2020-06-11 21:29:59 +01:00
commit fdd856bb9f
11 changed files with 45 additions and 20 deletions

View file

@ -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; }