mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Fallback poster_key and poster_title for clip notification
This commit is contained in:
parent
10add90451
commit
8502c28e25
1 changed files with 2 additions and 0 deletions
|
@ -633,6 +633,8 @@ def build_media_notify_params(notify_action=None, session=None, timeline=None, m
|
||||||
notify_params['parent_title'])
|
notify_params['parent_title'])
|
||||||
else:
|
else:
|
||||||
poster_thumb = ''
|
poster_thumb = ''
|
||||||
|
poster_key = ''
|
||||||
|
poster_title = ''
|
||||||
|
|
||||||
img_service = helpers.get_img_service(include_self=True)
|
img_service = helpers.get_img_service(include_self=True)
|
||||||
if img_service not in (None, 'self-hosted'):
|
if img_service not in (None, 'self-hosted'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue