From: yomguy Date: Thu, 19 Jul 2012 00:30:26 +0000 (+0200) Subject: no audio on desk X-Git-Tag: 0.7-dev^2~61 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d1013a4ce7be29f42a717298f557c3d13f9634c4;p=teleforma.git no audio on desk --- 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 %}