1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-31 03:11:51 +00:00

Pushover default to Normal

This commit is contained in:
Mark McDowall 2014-08-05 13:51:06 -07:00
parent 8902dde343
commit 4ad28bb6f6

View file

@ -18,6 +18,11 @@ public class PushoverSettings : IProviderConfig
{ {
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; }