mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 07:10:57 +00:00
parent
915e7ce589
commit
c8c900251a
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ public PushoverSettings()
|
|||
Devices = System.Array.Empty<string>();
|
||||
}
|
||||
|
||||
//TODO: Get Pushover to change our app name (or create a new app) when we have a new logo
|
||||
[FieldDefinition(0, Label = "API Key", Privacy = PrivacyLevel.ApiKey, HelpLink = "https://pushover.net/apps/clone/sonarr")]
|
||||
[FieldDefinition(0, Label = "API Key", Privacy = PrivacyLevel.ApiKey, HelpLink = "https://pushover.net/apps/clone/radarr")]
|
||||
public string ApiKey { get; set; }
|
||||
|
||||
[FieldDefinition(1, Label = "User Key", Privacy = PrivacyLevel.UserName, HelpLink = "https://pushover.net/")]
|
||||
|
|
Loading…
Reference in a new issue