mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -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,
|
'name': None,
|
||||||
'locked': None
|
'locked': None
|
||||||
},
|
},
|
||||||
|
'genres': {
|
||||||
|
'id': None,
|
||||||
|
'tag': None
|
||||||
|
},
|
||||||
'grandparentArt': None,
|
'grandparentArt': None,
|
||||||
'grandparentGuid': None,
|
'grandparentGuid': None,
|
||||||
'grandparentKey': None,
|
'grandparentKey': None,
|
||||||
|
@ -1555,7 +1559,7 @@ class Export(object):
|
||||||
'hasSonicAnalysis'
|
'hasSonicAnalysis'
|
||||||
],
|
],
|
||||||
2: [
|
2: [
|
||||||
'collections.tag', 'moods.tag',
|
'collections.tag', 'genres.tag', 'moods.tag',
|
||||||
'fields.name', 'fields.locked', 'guids.id'
|
'fields.name', 'fields.locked', 'guids.id'
|
||||||
],
|
],
|
||||||
3: [
|
3: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue