diff --git a/couchpotato/core/notifications/pushover.py b/couchpotato/core/notifications/pushover.py index 46dc0ad..6416bfe 100644 --- a/couchpotato/core/notifications/pushover.py +++ b/couchpotato/core/notifications/pushover.py @@ -79,7 +79,7 @@ config = [{ 'name': 'priority', 'default': 0, 'type': 'dropdown', - 'values': [('Normal', 0), ('High', 1)], + 'values': [('Lowest', -2), ('Low', -1), ('Normal', 0), ('High', 1)], }, { 'name': 'on_snatch',