Quality size sliders are implemented. Limits are calculated based on MB/Minute.

This commit is contained in:
Mark McDowall 2011-09-15 21:42:30 -07:00
commit 8c06dde28a
10 changed files with 188 additions and 31 deletions

View file

@ -13,8 +13,8 @@ namespace NzbDrone.Core.Repository.Quality
{
public int QualityTypeId { get; set; }
public string Name { get; set; }
public long MinSize { get; set; }
public long MaxSize { get; set; }
public int MinSize { get; set; }
public int MaxSize { get; set; }
public override string ToString()
{