Browse Source

Support multiple tracks.

pull/871/head
Rosie Le Faive 3 years ago
parent
commit
905fb19325
  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 %}
{% if tracks %}
{% for track in tracks %}
<track {{ track.track_attributes }}
<track {{ track.track_attributes }} />
{% endfor %}
{% endif %}
</video>

Loading…
Cancel
Save