Started on custom quality profiles and root paths !wip

This commit is contained in:
TidusJar 2018-09-20 14:31:48 +01:00
parent afdd80ac72
commit 68c4368490
8 changed files with 235 additions and 52 deletions

View file

@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using Ombi.Store.Entities;
namespace Ombi.Core.Models.UI
{
@ -19,6 +20,7 @@ namespace Ombi.Core.Models.UI
public RequestQuotaCountModel EpisodeRequestQuota { get; set; }
public RequestQuotaCountModel MovieRequestQuota { get; set; }
public int MusicRequestLimit { get; set; }
public UserQualityProfiles UserQualityProfiles { get; set; }
}
public class ClaimCheckboxes