mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Fix pushover priority values.
This commit is contained in:
parent
7d3118aece
commit
91c820f98b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
public enum PushoverPriority
|
||||
{
|
||||
Silent = -1,
|
||||
Silent = -2,
|
||||
Quiet = -1,
|
||||
Normal = 0,
|
||||
High = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue