diff --git a/plexpy/notification_handler.py b/plexpy/notification_handler.py index 57a321e5..40fb2841 100644 --- a/plexpy/notification_handler.py +++ b/plexpy/notification_handler.py @@ -633,6 +633,8 @@ def build_media_notify_params(notify_action=None, session=None, timeline=None, m notify_params['parent_title']) else: poster_thumb = '' + poster_key = '' + poster_title = '' img_service = helpers.get_img_service(include_self=True) if img_service not in (None, 'self-hosted'):