Fixed: Updated ruTorrent stopped state helptext

This commit is contained in:
PearsonFlyer 2022-01-26 10:55:48 -05:00 committed by bakerboy448
parent 65681cad10
commit ee1112026a

View file

@ -64,7 +64,7 @@ public RTorrentSettings()
[FieldDefinition(10, Label = "Older Priority", Type = FieldType.Select, SelectOptions = typeof(RTorrentPriority), HelpText = "Priority to use when grabbing books released over 14 days ago")]
public int OlderTvPriority { get; set; }
[FieldDefinition(11, Label = "Add Stopped", Type = FieldType.Checkbox, HelpText = "Enabling will prevent magnets from downloading before downloading")]
[FieldDefinition(11, 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()