mirror of
https://github.com/Readarr/Readarr
synced 2026-02-26 16:42:59 +01:00
New: Indexer Categories no longer an advanced option (#1052)
This commit is contained in:
parent
0bcad2e57b
commit
c93870ff60
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ public NewznabSettings()
|
|||
[FieldDefinition(2, Label = "API Key", Privacy = PrivacyLevel.ApiKey)]
|
||||
public string ApiKey { get; set; }
|
||||
|
||||
[FieldDefinition(3, Label = "Categories", Type = FieldType.Select, SelectOptionsProviderAction = "newznabCategories", HelpText = "Drop down list, leave blank to disable all categories", Advanced = true)]
|
||||
[FieldDefinition(3, Label = "Categories", Type = FieldType.Select, SelectOptionsProviderAction = "newznabCategories", HelpText = "Drop down list, leave blank to disable all categories")]
|
||||
public IEnumerable<int> Categories { get; set; }
|
||||
|
||||
[FieldDefinition(4, Type = FieldType.Number, Label = "Early Download Limit", HelpText = "Time before release date Readarr will download from this indexer, empty is no limit", Unit = "days", Advanced = true)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue