fix(playout): remove stream_buffer_start in event dispatch

Related to 9fc4552cfe
This commit is contained in:
jo 2022-03-04 15:27:48 +01:00 committed by Kyle Robbertze
parent e5d6216e1d
commit b38596f56e
1 changed files with 1 additions and 2 deletions

View File

@ -129,8 +129,7 @@ class PypoLiquidsoap:
scheduled_now_webstream = [
x
for x in scheduled_now
if x["type"]
in (eventtypes.STREAM_OUTPUT_START, eventtypes.STREAM_BUFFER_START)
if x["type"] in (eventtypes.STREAM_OUTPUT_START)
]
schedule_ids = {x["row_id"] for x in scheduled_now_files}