Update PushoverSettings.cs

Fixes #5635
This commit is contained in:
Qstick 2020-12-29 14:35:22 -05:00 committed by GitHub
parent 915e7ce589
commit c8c900251a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ namespace NzbDrone.Core.Notifications.Pushover
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/")]