File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
kalite/distributed/static/js/distributed/video/hbtemplates Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11<div id =" video-player" {{ #unless content_urls }} class =" client-online-only" {{ /unless }} >
22 <video class =" video-player video-js vjs-default-skin vjs-fullscreen" id =" {{ random_id }} " >
33 <source src =" {{ content_urls.stream }} " type =" {{ content_urls.stream_type }} " />
4- {{ #current_language_is " en" }}
54 {{ #ifcond translated_youtube_lang " ==" " en" }}
65 {{ #each subtitle_urls }}
7- <track kind =" captions" src =" {{ this.url }} " srclang =" {{ this.code }} " label =" {{ this.name }} " {{ #ifcond this.code " == " " en " }} default{{ /ifcond }} />
6+ <track kind =" captions" src =" {{ this.url }} " srclang =" {{ this.code }} " label =" {{ this.name }} " {{ #current_language_is this.code }} default{{ /current_language_is }} />
87 {{ /each }}
98 {{ /ifcond }}
10- {{ /current_language_is }}
119 </video >
1210</div >
1311
You can’t perform that action at this time.
0 commit comments