Add track chapter exporter fields

This commit is contained in:
JonnyWong16 2023-08-24 12:17:21 -07:00
parent b2c16eba07
commit 24fbc9a17a
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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,