mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Fix variable error during stream close (#38417)
This commit is contained in:
@@ -174,5 +174,6 @@ def stream_worker(hass, stream, quit_event):
|
|||||||
buffer.output.mux(packet)
|
buffer.output.mux(packet)
|
||||||
|
|
||||||
# Close stream
|
# Close stream
|
||||||
buffer.output.close()
|
for buffer in outputs.values():
|
||||||
|
buffer.output.close()
|
||||||
container.close()
|
container.close()
|
||||||
|
Reference in New Issue
Block a user