From ccbd353201b258e1777d38de64e78ccc32f4172b Mon Sep 17 00:00:00 2001 From: Waheed Ahmed Date: Thu, 26 Mar 2020 12:53:23 +0500 Subject: [PATCH] Revert "Allow Block Structures Collect to work in Studio" --- common/lib/xmodule/xmodule/video_module/video_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }