mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
Update indexer category help text
closes #6209 (cherrypicked from sonarr 8d2d9078ff8f6daf50aef2dded3f96dae93252cc)
This commit is contained in:
parent
8d17f0b1db
commit
cb5bf86d8e
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
|||
[FieldDefinition(2, Label = "API Key", Privacy = PrivacyLevel.ApiKey)]
|
||||
public string ApiKey { get; set; }
|
||||
|
||||
[FieldDefinition(3, Label = "Categories", Type = FieldType.Select, SelectOptionsProviderAction = "newznabCategories", HelpText = "Comma Separated 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", Advanced = true)]
|
||||
public IEnumerable<int> Categories { get; set; }
|
||||
|
||||
[FieldDefinition(5, Label = "Additional Parameters", HelpText = "Additional Newznab parameters", Advanced = true)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue