Add track genres to exporter

This commit is contained in:
JonnyWong16 2024-03-02 13:58:12 -08:00
commit 82089fdb7b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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: [