Skip to content
Snippets Groups Projects
Commit 16e3d113 authored by muhammad-ammar's avatar muhammad-ammar
Browse files

download correct transcript content file

EDUCATOR-2857
parent 879ba582
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment