mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -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'])
|
||||
else:
|
||||
poster_thumb = ''
|
||||
poster_key = ''
|
||||
poster_title = ''
|
||||
|
||||
img_service = helpers.get_img_service(include_self=True)
|
||||
if img_service not in (None, 'self-hosted'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue