From 88770b88051bee1756c926c33b99c6bf371ed2a7 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 19 Feb 2018 12:36:12 -0800 Subject: [PATCH] Imgur upload not required for Pushover posters --- plexpy/notifiers.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 59b4482b..2ea638a4 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -2758,8 +2758,7 @@ class PUSHOVER(Notifier): {'label': 'Include Poster Image', 'value': self.config['incl_poster'], 'name': 'pushover_incl_poster', - 'description': 'Include a poster with the notifications.
' - 'Imgur upload may need to be enabled under the notifications settings tab.', + 'description': 'Include a poster with the notifications.', 'input_type': 'checkbox' }, {'label': 'Movie Link Source',