Add slug attribute to exporter

This commit is contained in:
JonnyWong16 2024-03-02 13:57:57 -08:00
parent 78a7a48587
commit cc070cfc6b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -387,6 +387,7 @@ class Export(object):
'role': None,
'thumb': None
},
'slug': None,
'studio': None,
'summary': None,
'tagline': None,
@ -472,6 +473,7 @@ class Export(object):
},
'seasonCount': None,
'showOrdering': None,
'slug': None,
'studio': None,
'subtitleLanguage': None,
'subtitleMode': None,
@ -536,6 +538,7 @@ class Export(object):
'parentTitle': None,
'ratingKey': None,
'seasonNumber': None,
'slug': None,
'subtitleLanguage': None,
'subtitleMode': None,
'summary': None,
@ -795,6 +798,7 @@ class Export(object):
},
'seasonEpisode': None,
'seasonNumber': None,
'slug': None,
'summary': None,
'thumb': None,
'thumbBlurHash': None,