From ba7545829de3588df672c672f37cfbfaadbceb53 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 22 Feb 2024 18:53:14 +0100 Subject: [PATCH] use media audio link (not trranscoded) --- teleforma/templates/teleforma/course_media.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index e4aa82b8..65af2174 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -66,11 +66,7 @@ $(document).ready(function(){
{% if "video" in media.mime_type %} - {% if media.transcoded.all %} -  {% trans "Audio" %} - {% else %} -  {% trans "Audio" %} - {% endif %} +  {% trans "Audio" %} {% endif %} {% if "audio" in media.mime_type %}  {% trans "Video" %} -- 2.39.5