Added the request limits in the ui for music

This commit is contained in:
Jamie 2018-09-20 22:18:26 +01:00
parent 550028b9eb
commit be2d88c9ea
17 changed files with 107 additions and 9 deletions

View file

@ -19,6 +19,7 @@ namespace Ombi.Core.Models.UI
public int EpisodeRequestLimit { get; set; }
public RequestQuotaCountModel EpisodeRequestQuota { get; set; }
public RequestQuotaCountModel MovieRequestQuota { get; set; }
public RequestQuotaCountModel MusicRequestQuota { get; set; }
public int MusicRequestLimit { get; set; }
public UserQualityProfiles UserQualityProfiles { get; set; }
}