More backbone

This commit is contained in:
Mark McDowall 2012-11-24 00:03:38 -08:00
commit 0333da1062
9 changed files with 77 additions and 20 deletions

View file

@ -11,6 +11,6 @@ namespace NzbDrone.Api.QualityProfiles
public Int32 Id { get; set; }
public String Name { get; set; }
public Int32 Cutoff { get; set; }
public List<Int32> Allowed { get; set; }
public List<QualityProfileType> Qualities { get; set; }
}
}
}