CC-3384: Pypo On-Air is off and streaming is not playing on every other songs in a show.

-fixed, but there is another small problem
This commit is contained in:
Martin Konecny 2012-03-05 16:01:58 -05:00
parent d250e2a297
commit a4f528021f
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class PypoPush(Thread):
track, so let's push it now so that Liquidsoap can start playing track, so let's push it now so that Liquidsoap can start playing
it immediately after (and prepare crossfades if need be). it immediately after (and prepare crossfades if need be).
""" """
telnet_to_liquidsoap(media_item) self.telnet_to_liquidsoap(media_item)
self.last_end_time = media_item["end"] self.last_end_time = media_item["end"]
else: else:
""" """