Skip to content

Commit

Permalink
Support multiple tracks. (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel authored May 18, 2022
1 parent 1a13b3e commit 0322808
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 0322808

Please sign in to comment.