Browse Source

do not set default in the template, because its an attribute that can be set in the track config

pull/830/head
elizoller 5 years ago
parent
commit
1026fe5d95
  1. 2
      modules/islandora_audio/templates/islandora-file-audio.html.twig

2
modules/islandora_audio/templates/islandora-file-audio.html.twig

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

Loading…
Cancel
Save