NzbIndex and NzbClub added to the UI.

This commit is contained in:
Mark McDowall 2012-04-14 17:04:08 -07:00
parent c24cb16127
commit 5ed53008c6
6 changed files with 57 additions and 0 deletions

View file

@ -107,6 +107,14 @@ namespace NzbDrone.Web.Models
[Description("Enable downloading episodes from File Sharing Talk")]
public bool FileSharingTalkEnabled { get; set; }
[DisplayName("NzbIndex")]
[Description("Enable downloading episodes from NzbIndex")]
public bool NzbIndexEnabled { get; set; }
[DisplayName("NzbClub")]
[Description("Enable downloading episodes from NzbClub")]
public bool NzbClubEnabled { get; set; }
[Required(ErrorMessage = "Please enter a valid number of days")]
[DataType(DataType.Text)]
[DisplayName("Retention")]