New: (FileList) Freeleech Only option

Fixes #1147
This commit is contained in:
Qstick
2022-12-17 23:34:08 -06:00
parent fa923e658f
commit 9227efdb65
5 changed files with 14 additions and 6 deletions
@@ -27,10 +27,10 @@ namespace NzbDrone.Core.Indexers.Settings
[FieldDefinition(2, Label = "Cookie", HelpText = "Site Cookie", Privacy = PrivacyLevel.Password, Type = FieldType.Password)]
public string Cookie { get; set; }
[FieldDefinition(3)]
[FieldDefinition(10)]
public IndexerBaseSettings BaseSettings { get; set; } = new IndexerBaseSettings();
[FieldDefinition(4)]
[FieldDefinition(11)]
public IndexerTorrentBaseSettings TorrentBaseSettings { get; set; } = new IndexerTorrentBaseSettings();
public virtual NzbDroneValidationResult Validate()