CC-1665: Scheduled stream rebroadcasting and recording

-fix syntax error
This commit is contained in:
Martin Konecny 2012-08-18 21:48:57 -04:00
parent 398fbb04db
commit a6d10d8378
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ class PypoPush(Thread):
elif media_item['type'] == 'stream_buffer_start':
self.start_web_stream_buffer(media_item)
elif media_item['type'] == "stream":
if media_item['row_id'] != self.current_prebuffering_stream_id
if media_item['row_id'] != self.current_prebuffering_stream_id:
#this is called if the stream wasn't scheduled sufficiently ahead of time
#so that the prebuffering stage could take effect. Let's do the prebuffering now.
self.start_web_stream_buffer(media_item)