Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/2b4a6def2aa45b9a478a09d2fb00ffd5f442c5dc You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed privacy level for Nebulance's API key

pull/2321/head
Bogdan 3 months ago
parent 9097c0ef6d
commit 2b4a6def2a

@ -322,7 +322,7 @@ namespace NzbDrone.Core.Indexers.Definitions
ApiKey = "";
}
[FieldDefinition(4, Label = "ApiKey", HelpText = "IndexerNebulanceSettingsApiKeyHelpText")]
[FieldDefinition(2, Label = "ApiKey", HelpText = "IndexerNebulanceSettingsApiKeyHelpText", Privacy = PrivacyLevel.ApiKey)]
public string ApiKey { get; set; }
}

Loading…
Cancel
Save