mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 00:32:58 -07:00
Add external guids to movie export
This commit is contained in:
parent
5915937975
commit
3efee000ce
1 changed files with 4 additions and 1 deletions
|
@ -131,6 +131,9 @@ class Export(object):
|
|||
'tag': None
|
||||
},
|
||||
'guid': None,
|
||||
'guids': {
|
||||
'id': None
|
||||
},
|
||||
'key': None,
|
||||
'labels': {
|
||||
'id': None,
|
||||
|
@ -994,7 +997,7 @@ class Export(object):
|
|||
2: [
|
||||
'directors.tag', 'writers.tag', 'producers.tag', 'roles.tag', 'roles.role',
|
||||
'countries.tag', 'genres.tag', 'collections.tag', 'labels.tag',
|
||||
'fields.name', 'fields.locked'
|
||||
'fields.name', 'fields.locked', 'guids.id'
|
||||
],
|
||||
3: [
|
||||
'art', 'thumb', 'key', 'chapterSource',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue