Fix variable error during stream close (#38417)

This commit is contained in:
J. Nick Koston
2020-07-30 16:58:17 -10:00
committed by GitHub
parent 4bd9509fa7
commit 57883ec10a

View File

@@ -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()