mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
NzbIndex and NzbClub added to the UI.
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user