Revert "Allow Block Structures Collect to work in Studio"
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user