Quality size settings save now, with fancy messages

This commit is contained in:
Mark McDowall 2013-06-30 21:17:52 -07:00
commit af88bcdbf3
5 changed files with 230 additions and 6 deletions

View file

@ -5,6 +5,7 @@ namespace NzbDrone.Api.Qualities
{
public class QualitySizeResource : RestResource
{
public Int32 QualityId { get; set; }
public String Name { get; set; }
public Int32 MinSize { get; set; }
public Int32 MaxSize { get; set; }