mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 08:42:59 -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
|
'tag': None
|
||||||
},
|
},
|
||||||
'guid': None,
|
'guid': None,
|
||||||
|
'guids': {
|
||||||
|
'id': None
|
||||||
|
},
|
||||||
'key': None,
|
'key': None,
|
||||||
'labels': {
|
'labels': {
|
||||||
'id': None,
|
'id': None,
|
||||||
|
@ -994,7 +997,7 @@ class Export(object):
|
||||||
2: [
|
2: [
|
||||||
'directors.tag', 'writers.tag', 'producers.tag', 'roles.tag', 'roles.role',
|
'directors.tag', 'writers.tag', 'producers.tag', 'roles.tag', 'roles.role',
|
||||||
'countries.tag', 'genres.tag', 'collections.tag', 'labels.tag',
|
'countries.tag', 'genres.tag', 'collections.tag', 'labels.tag',
|
||||||
'fields.name', 'fields.locked'
|
'fields.name', 'fields.locked', 'guids.id'
|
||||||
],
|
],
|
||||||
3: [
|
3: [
|
||||||
'art', 'thumb', 'key', 'chapterSource',
|
'art', 'thumb', 'key', 'chapterSource',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue