fix(playout): remove stream_buffer_start in event dispatch
Related to 9fc4552cfe
This commit is contained in:
parent
e5d6216e1d
commit
b38596f56e
|
@ -129,8 +129,7 @@ class PypoLiquidsoap:
|
||||||
scheduled_now_webstream = [
|
scheduled_now_webstream = [
|
||||||
x
|
x
|
||||||
for x in scheduled_now
|
for x in scheduled_now
|
||||||
if x["type"]
|
if x["type"] in (eventtypes.STREAM_OUTPUT_START)
|
||||||
in (eventtypes.STREAM_OUTPUT_START, eventtypes.STREAM_BUFFER_START)
|
|
||||||
]
|
]
|
||||||
|
|
||||||
schedule_ids = {x["row_id"] for x in scheduled_now_files}
|
schedule_ids = {x["row_id"] for x in scheduled_now_files}
|
||||||
|
|
Loading…
Reference in New Issue