From f56076a13504e1db870f8baaf9066067de883d8a Mon Sep 17 00:00:00 2001 From: vertigo235 Date: Fri, 20 Jan 2017 02:51:58 -0500 Subject: [PATCH] Fixed: Pushover silent priority --- 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,