Skip to content

Commit

Permalink
Adding caption functionality.
Browse files Browse the repository at this point in the history
Cherry-picked:
5bc9d04
bdf9937
  • Loading branch information
IAMlKeno committed Aug 11, 2021
1 parent 16d19e7 commit aeed7d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{% endfor %}
{% if tracks %}
{% for track in tracks %}
<track {{ track.track_attributes }}
<track {{ track.track_attributes }} />
{% endfor %}
{% endif %}
</video>

0 comments on commit aeed7d9

Please sign in to comment.