You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentSettings.cs
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
usingFluentValidation;
1
+
usingFluentValidation;
2
2
usingNzbDrone.Core.Annotations;
3
3
usingNzbDrone.Core.ThingiProvider;
4
4
usingNzbDrone.Core.Validation;
@@ -61,6 +61,9 @@ public RTorrentSettings()
61
61
[FieldDefinition(9,Label="Older Priority",Type=FieldType.Select,SelectOptions=typeof(RTorrentPriority),HelpText="Priority to use when grabbing episodes that aired over 14 days ago")]
62
62
publicintOlderTvPriority{get;set;}
63
63
64
+
[FieldDefinition(10,Label="Add Stopped",Type=FieldType.Checkbox,HelpText="Enabling will prevent magnets from downloading before downloading")]
0 commit comments