Pypo: Live Streaming in first show will block the next show's first track

-fixed. Was caused by clashing keys
This commit is contained in:
Martin Konecny 2013-05-30 14:02:05 -04:00
parent 13f7c3941d
commit 6fddabdd7c
3 changed files with 10 additions and 6 deletions

View file

@ -110,7 +110,7 @@ class PypoPush(Thread):
if diff_sec >= 0:
present.append(media_item)
else:
future[media_item['start']] = media_item
future[mkey] = media_item
return present, future