mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-02-04 05:51:47 +01:00
Fixed: Updated ruTorrent stopped state helptext
This commit is contained in:
parent
22161e6d57
commit
a3de574de5
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ public RTorrentSettings()
|
|||
[FieldDefinition(8, Label = "Priority", Type = FieldType.Select, SelectOptions = typeof(RTorrentPriority), HelpText = "Priority to use when grabbing items")]
|
||||
public int Priority { get; set; }
|
||||
|
||||
[FieldDefinition(9, Label = "Add Stopped", Type = FieldType.Checkbox, HelpText = "Enabling will prevent magnets from downloading before downloading")]
|
||||
[FieldDefinition(9, Label = "Add Stopped", Type = FieldType.Checkbox, HelpText = "Enabling will add torrents and magnets to ruTorrent in a stopped state")]
|
||||
public bool AddStopped { get; set; }
|
||||
|
||||
public NzbDroneValidationResult Validate()
|
||||
|
|
|
|||
Loading…
Reference in a new issue