mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 08:42:57 -07:00
Added user request limits, We can now set the limit for a user.
This commit is contained in:
parent
de334f5130
commit
0008018080
19 changed files with 1161 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue