mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add track genres to exporter
This commit is contained in:
parent
cc070cfc6b
commit
82089fdb7b
1 changed files with 5 additions and 1 deletions
|
@ -991,6 +991,10 @@ class Export(object):
|
|||
'name': None,
|
||||
'locked': None
|
||||
},
|
||||
'genres': {
|
||||
'id': None,
|
||||
'tag': None
|
||||
},
|
||||
'grandparentArt': None,
|
||||
'grandparentGuid': None,
|
||||
'grandparentKey': None,
|
||||
|
@ -1555,7 +1559,7 @@ class Export(object):
|
|||
'hasSonicAnalysis'
|
||||
],
|
||||
2: [
|
||||
'collections.tag', 'moods.tag',
|
||||
'collections.tag', 'genres.tag', 'moods.tag',
|
||||
'fields.name', 'fields.locked', 'guids.id'
|
||||
],
|
||||
3: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue