Add subtitleStream exporter fields for on-demand subtitles

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

View file

@ -363,7 +363,11 @@ class Export(object):
'forced': None, 'forced': None,
'format': None, 'format': None,
'headerCompression': None, 'headerCompression': None,
'transient': None 'providerTitle': None,
'score': None,
'sourceKey': None,
'transient': None,
'userID': None
} }
} }
}, },
@ -759,7 +763,11 @@ class Export(object):
'forced': None, 'forced': None,
'format': None, 'format': None,
'headerCompression': None, 'headerCompression': None,
'transient': None 'providerTitle': None,
'score': None,
'sourceKey': None,
'transient': None,
'userID': None
} }
} }
}, },