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:
parent
d250e2a297
commit
a4f528021f
|
@ -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:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue