From 53aafbd19e2256e67c6b06314086b478e64585ea Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Fri, 25 May 2018 12:18:29 -0700 Subject: [PATCH] Fix typo from d5bffc3 --- plexpy/newsletters.py | 2 +- plexpy/notification_handler.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plexpy/newsletters.py b/plexpy/newsletters.py index 8ce22149..b419a207 100644 --- a/plexpy/newsletters.py +++ b/plexpy/newsletters.py @@ -818,7 +818,7 @@ class RecentlyAdded(Newsletter): item['thumb_hash'] = '' item['art_hash'] = '' item['thumb_url'] = '' - item['art_hash'] = '' + item['art_url'] = '' item['poster_url'] = item['thumb_url'] # Keep for backwards compatibility self.data['recently_added'] = recently_added diff --git a/plexpy/notification_handler.py b/plexpy/notification_handler.py index a049e3d7..e6e41b6e 100644 --- a/plexpy/notification_handler.py +++ b/plexpy/notification_handler.py @@ -326,7 +326,7 @@ def notify_custom_conditions(notifier_id=None, parameters=None): def notify(notifier_id=None, notify_action=None, stream_data=None, timeline_data=None, parameters=None, **kwargs): - logger.info(u"Tautulli NotificationHandler :: Preparing notifications for notifier_id %s." % notifier_id) + logger.info(u"Tautulli NotificationHandler :: Preparing notification for notifier_id %s." % notifier_id) notifier_config = notifiers.get_notifier_config(notifier_id=notifier_id)