mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02:00
Fixed add new profile.
Removed DownloadPropers bool.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user