CC-1665: Scheduled stream rebroadcasting and recording

-fix syntax error
This commit is contained in:
Martin Konecny 2012-08-17 15:55:28 -04:00
parent 99a3f6ba0c
commit 86c0b7db37
1 changed files with 2 additions and 2 deletions

View File

@ -436,9 +436,9 @@ class PypoFetch(Thread):
media_item['dst'] = dst
media_item['file_ready'] = False
media_filtered[key] = media_item
else if media_item['type'] == 'stream':
elif media_item['type'] == 'stream':
#flag to indicate whether the stream started prebuffering
media_item['prebuffer_start'] = False
media_item['prebuffer_started'] = False
self.media_prepare_queue.put(copy.copy(media_filtered))
except Exception, e: self.logger.error("%s", e)