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,