download correct transcript content file
EDUCATOR-2857
This commit is contained in:
@@ -348,7 +348,7 @@ class VideoStudentViewHandlers(object):
|
||||
lang = request.GET.get('lang', None)
|
||||
|
||||
try:
|
||||
content, filename, mimetype = get_transcript(self, lang)
|
||||
content, filename, mimetype = get_transcript(self, lang, output_format=self.transcript_download_format)
|
||||
except NotFoundError:
|
||||
return Response(status=404)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user