mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed add new profile.
Removed DownloadPropers bool.
This commit is contained in:
parent
2788368f73
commit
cd85964edd
3 changed files with 2 additions and 23 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue