mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 03:50:08 -07:00
Added the music request limits
This commit is contained in:
parent
2204559b0a
commit
dbabb43537
4 changed files with 28 additions and 7 deletions
|
@ -16,6 +16,7 @@ namespace Ombi.Core.Models.UI
|
|||
public UserType UserType { get; set; }
|
||||
public int MovieRequestLimit { get; set; }
|
||||
public int EpisodeRequestLimit { get; set; }
|
||||
public int MusicRequestLimit { get; set; }
|
||||
}
|
||||
|
||||
public class ClaimCheckboxes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue