mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-17 08:43:18 +00:00
Added the missing statement to trigger play() if the media is scheduled to play on the minute.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user