Fixed add new profile.

Removed DownloadPropers bool.
This commit is contained in:
Mark McDowall 2011-05-29 15:44:05 -07:00
parent 2788368f73
commit cd85964edd
3 changed files with 2 additions and 23 deletions

View file

@ -13,10 +13,6 @@ namespace NzbDrone.Web.Models
[Description("The default quality to use when adding series to NzbDrone")]
public int DefaultQualityProfileId { get; set; }
[DisplayName("Download Propers")]
[Description("Should NzbDrone download proper releases (to replace non-proper files)?")]
public bool DownloadPropers { get; set; }
public SelectList QualityProfileSelectList { get; set; }
}
}