CC-4043: Pypo: add same song twice and cancel the first song, the

following song wont play any more

- fixed
This commit is contained in:
James 2012-06-29 12:11:38 -04:00
parent 0b069c2f54
commit e5e0c925e6
2 changed files with 5 additions and 1 deletions

View file

@ -344,7 +344,7 @@ class PypoPush(Thread):
time.sleep(0.1)
iter_num += 1
if media_item['started_copying']:
if media_item['started_copying'] or media_item['already_exist']:
self.telnet_to_liquidsoap(media_item)
else:
self.logger.warn("File %s did not become ready in less than 5 seconds. Skipping...", media_item['dst'])