Fixed: Enhanced and Added Various C# Indexer Descriptions

Fixed: Consistency in C# Indexer Credential Fields
This commit is contained in:
bakerboy448
2021-07-10 11:54:56 -05:00
parent b5321d33c9
commit 0ddc530dd4
37 changed files with 64 additions and 64 deletions
@@ -23,7 +23,7 @@ namespace NzbDrone.Core.Indexers.Definitions.UNIT3D
[FieldDefinition(1, Label = "Base Url", Type = FieldType.Select, SelectOptionsProviderAction = "getUrls", HelpText = "Select which baseurl Prowlarr will use for requests to the site")]
public string BaseUrl { get; set; }
[FieldDefinition(2, Label = "Api Key", HelpText = "Api key generated in My Security", Privacy = PrivacyLevel.ApiKey)]
[FieldDefinition(2, Label = "API Key", HelpText = "Site API Key generated in My Security", Privacy = PrivacyLevel.ApiKey)]
public string ApiKey { get; set; }
[FieldDefinition(3)]