Skip to content

Commit

Permalink
MDL-76278 tiny_media: Correct template context
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Nov 14, 2022
1 parent 7c3188b commit 1a0c329
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@
}}{{#autoplay}} autoplay="true"{{/autoplay}}{{!
}}{{#title}} title="{{.}}"{{/title}}{{!
}}>
{{#sources}}<source src="{{source}}"/>{{/sources}}
{{#sources}}<source src="{{.}}"/>{{/sources}}
{{#tracks}}
<track src="{{track}}" kind="{{kind}}" srclang="{{srclang}}" label="{{label}}"{{!
}}{{#defaultTrack}} default="true"{{/defaultTrack}}{{!
Expand Down

0 comments on commit 1a0c329

Please sign in to comment.