mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Use track artist for music
This commit is contained in:
parent
8502c28e25
commit
ba9f4a1f9e
21 changed files with 132 additions and 44 deletions
|
@ -805,6 +805,7 @@ def build_media_notify_params(notify_action=None, session=None, timeline=None, m
|
|||
'artist_name': artist_name,
|
||||
'album_name': album_name,
|
||||
'track_name': track_name,
|
||||
'track_artist': notify_params['original_title'] or notify_params['grandparent_title'],
|
||||
'season_num': season_num,
|
||||
'season_num00': season_num00,
|
||||
'episode_num': episode_num,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue