Revert "Allow Block Structures Collect to work in Studio"

This commit is contained in:
Waheed Ahmed
2020-03-26 12:53:23 +05:00
parent a43edcb026
commit ccbd353201

View File

@@ -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
}