From 8502c28e2542db1dff9a220341a9fa0c0169544b Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 27 May 2018 15:39:28 -0700 Subject: [PATCH] Fallback poster_key and poster_title for clip notification --- plexpy/notification_handler.py | 2 ++ 1 file changed, 2 insertions(+) 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'):