]> git.parisson.com Git - teleforma.git/commitdiff
fix streaming
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 17 Jul 2013 16:06:06 +0000 (18:06 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 17 Jul 2013 16:06:06 +0000 (18:06 +0200)
teleforma/models/core.py

index 803b3a2ae2d894f863fb7960ea32a06c4aaa1a29..9e9a74b306079a8e05e4c0973c6e8a5d785aee6f 100644 (file)
@@ -324,7 +324,7 @@ class Conference(Model):
             data['organization'] = self.room.organization.name
 
         streams = self.livestream.all()
-        if streams and streaming:
+        if streams:
             for stream in streams:
                 data['streams'].append({'host': stream.server.host,
                                         'port': stream.server.port,