PORT PHRAS-854 to 4.1

This commit is contained in:
Mike Ng
2018-02-19 11:04:47 +04:00
parent d45c55858f
commit b08b3a5fd8
5 changed files with 29 additions and 10 deletions

View File

@@ -126,7 +126,7 @@
{% block td_duration %}
{% if record.exif[constant('media_subdef::TC_DATA_DURATION')] is defined %}
<dt>{{ 'Duree' | trans }} :
<dd>{{ record.exif[constant('media_subdef::TC_DATA_DURATION')] }}</dd>
<dd>{{ record.exif[constant('media_subdef::TC_DATA_DURATION')]|formatDuration }}</dd>
{% endif %}
{% endblock %}
{% block td_framerate %}