mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
NzbIndex and NzbClub added to the UI.
This commit is contained in:
parent
c24cb16127
commit
5ed53008c6
6 changed files with 57 additions and 0 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue