Fallback poster_key and poster_title for clip notification

This commit is contained in:
JonnyWong16 2018-05-27 15:39:28 -07:00
parent 10add90451
commit 8502c28e25

View file

@ -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'):