CC-2733: Resume play is broken: mp3 files skipped
- killing old pypo and liquidsoap processes - comparing mime type againt old type of mime
This commit is contained in:
parent
7cfde811c9
commit
14e1e15830
3 changed files with 10 additions and 8 deletions
|
@ -370,6 +370,7 @@ class PypoFetch(Thread):
|
|||
# most recent schedule. After that we can just wait for updates.
|
||||
status, schedule_data = self.api_client.get_schedule()
|
||||
if status == 1:
|
||||
logger.info("Bootstrap schedule received: %s", schedule_data)
|
||||
self.process_schedule(schedule_data, "scheduler", True)
|
||||
logger.info("Bootstrap complete: got initial copy of the schedule")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue