mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Added pushover notifications
This commit is contained in:
parent
20e72ca103
commit
e96e1b10db
7 changed files with 159 additions and 0 deletions
10
NzbDrone.Core/Notifications/Pushover/PushoverPriority.cs
Normal file
10
NzbDrone.Core/Notifications/Pushover/PushoverPriority.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace NzbDrone.Core.Notifications.Pushover
|
||||
{
|
||||
public enum PushoverPriority
|
||||
{
|
||||
Quiet = -1,
|
||||
Normal = 0,
|
||||
High = 1,
|
||||
Emergency = 2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue