Added user request limits, We can now set the limit for a user.

This commit is contained in:
tidusjar 2017-12-08 23:50:47 +00:00
parent de334f5130
commit 0008018080
19 changed files with 1161 additions and 15 deletions

View file

@ -14,6 +14,8 @@ namespace Ombi.Core.Models.UI
public DateTime? LastLoggedIn { get; set; }
public bool HasLoggedIn { get; set; }
public UserType UserType { get; set; }
public int MovieRequestLimit { get; set; }
public int EpisodeRequestLimit { get; set; }
}
public class ClaimCheckboxes