mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed: Pushover silent priority
This commit is contained in:
parent
54dd527f01
commit
f56076a135
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
public enum PushoverPriority
|
public enum PushoverPriority
|
||||||
{
|
{
|
||||||
Silent = -1,
|
Silent = -2,
|
||||||
Quiet = -1,
|
Quiet = -1,
|
||||||
Normal = 0,
|
Normal = 0,
|
||||||
High = 1,
|
High = 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue