mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Change metadata 'type' to 'media_type'
This commit is contained in:
parent
7b3874dcaa
commit
968132099e
4 changed files with 59 additions and 57 deletions
|
@ -723,7 +723,7 @@ class DataFactory(object):
|
|||
actors = item['actors'].split(';') if item['actors'] else []
|
||||
genres = item['genres'].split(';') if item['genres'] else []
|
||||
|
||||
metadata = {'type': item['media_type'],
|
||||
metadata = {'media_type': item['media_type'],
|
||||
'rating_key': item['rating_key'],
|
||||
'parent_rating_key': item['parent_rating_key'],
|
||||
'grandparent_rating_key': item['grandparent_rating_key'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue