Skip to content
Snippets Groups Projects
Commit ccbd3532 authored by Waheed Ahmed's avatar Waheed Ahmed
Browse files

Revert "Allow Block Structures Collect to work in Studio"

parent a43edcb0
No related branches found
Tags release-2021-03-23-15.07
No related merge requests found
......@@ -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
}
......
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