CC-5057: Pypopush error: no attribute 'push_item'
-fixed
This commit is contained in:
parent
8f6b583fcb
commit
96579b7ef4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class PypoLiqQueue(Thread):
|
|||
except Empty, e:
|
||||
#Time to push a scheduled item.
|
||||
media_item = schedule_deque.popleft()
|
||||
self.pypo_liquidsoap.push_item(media_item)
|
||||
self.pypo_liquidsoap.play(media_item)
|
||||
if len(schedule_deque):
|
||||
time_until_next_play = \
|
||||
self.date_interval_to_seconds(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue