CC-5192
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:
parent
13f7c3941d
commit
6fddabdd7c
3 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue