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) } diff --git a/couchpotato/static/images/couch.png b/couchpotato/static/images/couch.png index 3bc445e7..5b7efc70 100644 Binary files a/couchpotato/static/images/couch.png and b/couchpotato/static/images/couch.png differ diff --git a/couchpotato/static/images/gear.png b/couchpotato/static/images/gear.png index f1d63bad..d2aad53c 100644 Binary files a/couchpotato/static/images/gear.png and b/couchpotato/static/images/gear.png differ diff --git a/couchpotato/static/images/icon.download.png b/couchpotato/static/images/icon.download.png index e64e9997..d8283918 100644 Binary files a/couchpotato/static/images/icon.download.png and b/couchpotato/static/images/icon.download.png differ diff --git a/couchpotato/static/images/icon.readd.png b/couchpotato/static/images/icon.readd.png index dacb432f..b509fca9 100644 Binary files a/couchpotato/static/images/icon.readd.png and b/couchpotato/static/images/icon.readd.png differ diff --git a/couchpotato/static/images/notify.couch.large.png b/couchpotato/static/images/notify.couch.large.png index e64347bd..e918c049 100644 Binary files a/couchpotato/static/images/notify.couch.large.png and b/couchpotato/static/images/notify.couch.large.png differ diff --git a/couchpotato/static/images/notify.couch.medium.png b/couchpotato/static/images/notify.couch.medium.png index c02974de..939aca40 100644 Binary files a/couchpotato/static/images/notify.couch.medium.png and b/couchpotato/static/images/notify.couch.medium.png differ diff --git a/couchpotato/static/images/sprite.png b/couchpotato/static/images/sprite.png index 5ba4d00e..782229f0 100644 Binary files a/couchpotato/static/images/sprite.png and b/couchpotato/static/images/sprite.png differ