mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 14:10:52 -07:00
Add collection labels to exporter
This commit is contained in:
parent
c7621a9e36
commit
5915937975
1 changed files with 5 additions and 0 deletions
|
@ -920,6 +920,10 @@ class Export(object):
|
||||||
'guid': None,
|
'guid': None,
|
||||||
'index': None,
|
'index': None,
|
||||||
'key': None,
|
'key': None,
|
||||||
|
'labels': {
|
||||||
|
'id': None,
|
||||||
|
'tag': None
|
||||||
|
},
|
||||||
'librarySectionID': None,
|
'librarySectionID': None,
|
||||||
'librarySectionKey': None,
|
'librarySectionKey': None,
|
||||||
'librarySectionTitle': None,
|
'librarySectionTitle': None,
|
||||||
|
@ -1323,6 +1327,7 @@ class Export(object):
|
||||||
'children'
|
'children'
|
||||||
],
|
],
|
||||||
2: [
|
2: [
|
||||||
|
'labels.tag',
|
||||||
'fields.name', 'fields.locked'
|
'fields.name', 'fields.locked'
|
||||||
],
|
],
|
||||||
3: [
|
3: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue