From 717b88b5fe5fd9bb82b1f6d6902753c22c875560 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 20 Mar 2013 20:30:34 +0100 Subject: [PATCH] Force pushalot image refresh --- couchpotato/core/notifications/pushalot/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/notifications/pushalot/main.py b/couchpotato/core/notifications/pushalot/main.py index 1c82a25a..c35efa5c 100644 --- a/couchpotato/core/notifications/pushalot/main.py +++ b/couchpotato/core/notifications/pushalot/main.py @@ -20,7 +20,7 @@ class Pushalot(Notification): 'Body': toUnicode(message), 'IsImportant': self.conf('important'), 'IsSilent': self.conf('silent'), - 'Image': toUnicode(self.getNotificationImage('medium')), + 'Image': toUnicode(self.getNotificationImage('medium') + '?1'), 'Source': toUnicode(self.default_title) }