mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-01 19:04:37 -04:00
Fix pushover priority values.
This commit is contained in:
committed by
Leonardo Galli
parent
7d3118aece
commit
91c820f98b
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public enum PushoverPriority
|
||||
{
|
||||
Silent = -1,
|
||||
Silent = -2,
|
||||
Quiet = -1,
|
||||
Normal = 0,
|
||||
High = 1,
|
||||
|
||||
Reference in New Issue
Block a user