Fixed: Pushover silent priority

This commit is contained in:
vertigo235 2017-01-20 02:51:58 -05:00 committed by Mark McDowall
commit f56076a135

View file

@ -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,