mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Add Labels and Collections to notification parameters
This commit is contained in:
parent
45c2ccdffe
commit
aa3450bfcc
3 changed files with 24 additions and 4 deletions
|
@ -777,6 +777,8 @@ def build_media_notify_params(notify_action=None, session=None, timeline=None, m
|
|||
'writers': ', '.join(notify_params['writers']),
|
||||
'actors': ', '.join(notify_params['actors']),
|
||||
'genres': ', '.join(notify_params['genres']),
|
||||
'labels': ', '.join(notify_params['labels']),
|
||||
'collections': ', '.join(notify_params['collections']),
|
||||
'summary': notify_params['summary'],
|
||||
'tagline': notify_params['tagline'],
|
||||
'rating': notify_params['rating'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue