|
|
|
@ -57,7 +57,7 @@ namespace NzbDrone.Core.Download.Clients.Nzbget
|
|
|
|
|
[FieldDefinition(7, Label = "Use SSL", Type = FieldType.Checkbox)]
|
|
|
|
|
public bool UseSsl { get; set; }
|
|
|
|
|
|
|
|
|
|
[FieldDefinition(8, Label = "Add Paused", Type = FieldType.Checkbox)]
|
|
|
|
|
[FieldDefinition(8, Label = "Add Paused", Type = FieldType.Checkbox, HelpText = "This option requires at least NzbGet version 16.0")]
|
|
|
|
|
public bool AddPaused { get; set; }
|
|
|
|
|
|
|
|
|
|
public NzbDroneValidationResult Validate()
|
|
|
|
|