Browse Source

Support multiple tracks. (#871)

pull/874/head
Rosie Le Faive 2 years ago committed by GitHub
parent
commit
032280827f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/islandora_video/templates/islandora-file-video.html.twig

2
modules/islandora_video/templates/islandora-file-video.html.twig

@ -21,7 +21,7 @@
{% endfor %} {% endfor %}
{% if tracks %} {% if tracks %}
{% for track in tracks %} {% for track in tracks %}
<track {{ track.track_attributes }} <track {{ track.track_attributes }} />
{% endfor %} {% endfor %}
{% endif %} {% endif %}
</video> </video>

Loading…
Cancel
Save