From 8da8c8fa76abad581746052381a969a075c92042 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 22 Dec 2015 00:10:30 +0100 Subject: [PATCH] fix no video sharing --- telemeta/templates/telemeta/mediaitem_detail.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/telemeta/templates/telemeta/mediaitem_detail.html b/telemeta/templates/telemeta/mediaitem_detail.html index 3ce287fc..34ed347c 100644 --- a/telemeta/templates/telemeta/mediaitem_detail.html +++ b/telemeta/templates/telemeta/mediaitem_detail.html @@ -415,11 +415,13 @@

{% trans "Share the audio player" %}

" title="{% trans "Share the audio player" %}" onclick="this.focus();this.select()" size="68">

+ {% if "video" in mime_type %}

{% trans "Share the video player" %}

" title="{% trans "Share the video player" %}" onclick="this.focus();this.select()" size="68"> + {% endif %} -- 2.39.5