Added the missing statement to trigger play() if the media is scheduled to play on the minute.

This commit is contained in:
Justin Emter
2017-08-05 14:32:58 -07:00
parent 52e7aeda42
commit 65a3e2a1fb

View File

@@ -1114,6 +1114,10 @@ if __name__ == '__main__':
pseudo_channel.controller.play(item, schedulelist)
else:
pseudo_channel.controller.play(item, schedulelist)
return schedule.CancelJob
def generate_memory_schedule(schedulelist):