diff --git a/plexpy/exporter.py b/plexpy/exporter.py index 3a48c6d7..2c92a072 100644 --- a/plexpy/exporter.py +++ b/plexpy/exporter.py @@ -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,