Update DelugeSettings.cs

sonarr commit align
pull/9813/head
nopoz 3 months ago committed by GitHub
parent 4d832836c6
commit 77d7d6552f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -61,10 +61,10 @@ namespace NzbDrone.Core.Download.Clients.Deluge
[FieldDefinition(9, Label = "DownloadClientSettingsAddPaused", Type = FieldType.Checkbox)]
public bool AddPaused { get; set; }
[FieldDefinition(10, Label = "DownloadClientDulugeSettingsDirectory", Type = FieldType.Textbox, Advanced = true, HelpText = "DownloadClientDulugeSettingsDirectoryHelpText")]
[FieldDefinition(10, Label = "DownloadClientDelugeSettingsDirectory", Type = FieldType.Textbox, Advanced = true, HelpText = "DownloadClientDelugeSettingsDirectoryHelpText")]
public string DownloadDirectory { get; set; }
[FieldDefinition(11, Label = "DownloadClientDulugeSettingsDirectoryCompleted", Type = FieldType.Textbox, Advanced = true, HelpText = "DownloadClientDulugeSettingsDirectoryCompletedHelpText")]
[FieldDefinition(11, Label = "DownloadClientDelugeSettingsDirectoryCompleted", Type = FieldType.Textbox, Advanced = true, HelpText = "DownloadClientDelugeSettingsDirectoryCompletedHelpText")]
public string CompletedDirectory { get; set; }
public NzbDroneValidationResult Validate()

Loading…
Cancel
Save