mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
Pushover default to Normal
This commit is contained in:
@@ -18,6 +18,11 @@ namespace NzbDrone.Core.Notifications.Pushover
|
|||||||
{
|
{
|
||||||
private static readonly PushoverSettingsValidator Validator = new PushoverSettingsValidator();
|
private static readonly PushoverSettingsValidator Validator = new PushoverSettingsValidator();
|
||||||
|
|
||||||
|
public PushoverSettings()
|
||||||
|
{
|
||||||
|
Priority = 0;
|
||||||
|
}
|
||||||
|
|
||||||
[FieldDefinition(0, Label = "API Key", HelpLink = "https://pushover.net/apps/clone/nzbdrone")]
|
[FieldDefinition(0, Label = "API Key", HelpLink = "https://pushover.net/apps/clone/nzbdrone")]
|
||||||
public String ApiKey { get; set; }
|
public String ApiKey { get; set; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user