Add Labels and Collections to notification parameters

This commit is contained in:
JonnyWong16 2018-01-20 20:01:01 -08:00
parent 45c2ccdffe
commit aa3450bfcc
3 changed files with 24 additions and 4 deletions

View file

@ -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'],