From 91c820f98b9a8df03e19fa1a2c236a07fb8787c5 Mon Sep 17 00:00:00 2001 From: vertigo235 Date: Wed, 18 Jan 2017 17:16:57 -0500 Subject: [PATCH] Fix pushover priority values. --- src/NzbDrone.Core/Notifications/Pushover/PushoverPriority.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Notifications/Pushover/PushoverPriority.cs b/src/NzbDrone.Core/Notifications/Pushover/PushoverPriority.cs index 2d4f705a7..26f076cb6 100644 --- a/src/NzbDrone.Core/Notifications/Pushover/PushoverPriority.cs +++ b/src/NzbDrone.Core/Notifications/Pushover/PushoverPriority.cs @@ -2,7 +2,7 @@ { public enum PushoverPriority { - Silent = -1, + Silent = -2, Quiet = -1, Normal = 0, High = 1,