diff --git a/common/lib/xmodule/xmodule/video_module/video_module.py b/common/lib/xmodule/xmodule/video_module/video_module.py index 331b71da57..a8449caf70 100644 --- a/common/lib/xmodule/xmodule/video_module/video_module.py +++ b/common/lib/xmodule/xmodule/video_module/video_module.py @@ -1138,7 +1138,7 @@ class VideoBlock( available_translations = self.available_translations(self.get_transcripts_info()) transcripts = { - lang: self.runtime.handler_url(self, 'transcript', 'download', query="lang=" + lang) + lang: self.runtime.handler_url(self, 'transcript', 'download', query="lang=" + lang, thirdparty=True) for lang in available_translations }