mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-07 08:13:45 +01:00
Fixed privacy level for Nebulance's API key
This commit is contained in:
parent
9097c0ef6d
commit
2b4a6def2a
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ public NebulanceSettings()
|
|||
ApiKey = "";
|
||||
}
|
||||
|
||||
[FieldDefinition(4, Label = "ApiKey", HelpText = "IndexerNebulanceSettingsApiKeyHelpText")]
|
||||
[FieldDefinition(2, Label = "ApiKey", HelpText = "IndexerNebulanceSettingsApiKeyHelpText", Privacy = PrivacyLevel.ApiKey)]
|
||||
public string ApiKey { get; set; }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue