mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Fix variable error during stream close (#38417)
This commit is contained in:
parent
4bd9509fa7
commit
57883ec10a
@ -174,5 +174,6 @@ def stream_worker(hass, stream, quit_event):
|
||||
buffer.output.mux(packet)
|
||||
|
||||
# Close stream
|
||||
buffer.output.close()
|
||||
for buffer in outputs.values():
|
||||
buffer.output.close()
|
||||
container.close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user