mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add track chapter exporter fields
This commit is contained in:
parent
b2c16eba07
commit
24fbc9a17a
1 changed files with 8 additions and 0 deletions
|
@ -956,6 +956,14 @@ class Export(object):
|
|||
'addedAt': helpers.datetime_to_iso,
|
||||
'art': None,
|
||||
'artBlurHash': None,
|
||||
'chapters': {
|
||||
'id': None,
|
||||
'tag': None,
|
||||
'index': None,
|
||||
'start': None,
|
||||
'end': None,
|
||||
'thumb': None
|
||||
},
|
||||
'chapterSource': None,
|
||||
'collections': {
|
||||
'id': None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue