CC-5232: During playback, a reinstall may push some tracks twice

This commit is contained in:
Martin Konecny 2013-06-13 14:06:07 -04:00
parent bc1c8129a9
commit b929cc0ce5
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ class PypoFetch(Thread):
commands.append(('vars.default_dj_fade %s\n' % fade).encode('utf-8'))
self.pypo_liquidsoap.get_telnet_dispatcher().telnet_send(commands)
self.pypo_liquidsoap.clear_all_queues()
self.pypo_liquidsoap.clear_queue_tracker()
@ls_timeout