mirror of
https://github.com/Readarr/Readarr
synced 2025-12-25 17:54:14 +01:00
Fixed: Corrected Indexer Category Help Text
This commit is contained in:
parent
bbff60a2b0
commit
001e24aaae
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")]
|
||||
[FieldDefinition(3, Label = "Categories", Type = FieldType.Select, SelectOptionsProviderAction = "newznabCategories", HelpText = "Drop down list; at least one category must be selected.")]
|
||||
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