From d1013a4ce7be29f42a717298f557c3d13f9634c4 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 19 Jul 2012 02:30:26 +0200 Subject: [PATCH] no audio on desk --- teleforma/templates/teleforma/inc/conference_list.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teleforma/templates/teleforma/inc/conference_list.html b/teleforma/templates/teleforma/inc/conference_list.html index f5146baa..1863734d 100644 --- a/teleforma/templates/teleforma/inc/conference_list.html +++ b/teleforma/templates/teleforma/inc/conference_list.html @@ -11,6 +11,7 @@ {% for conference in conferences %} {% for stream in conference.livestream.all %} + {% if stream.stream_type == 'webm' } {% if stream.streaming %} @@ -40,6 +41,7 @@ {% endif %} + {% endif %} {% endfor %} {% endfor %} -- 2.39.5