Fix BrokenPipe Error when streaming is aborted (#312)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 15 May 2022 15:32:00 +0000 (17:32 +0200)
committerGitHub <noreply@github.com>
Sun, 15 May 2022 15:32:00 +0000 (17:32 +0200)
commit698954291aa6e0d67d0d3de5e37bb2046d2f07ad
tree94cc1e85c7887bae853d0f212b21f2cc1b7ef748
parent8a773ae48dba89cd886d5e1ac652a30960cf680c
Fix BrokenPipe Error when streaming is aborted (#312)

* Fix BrokenPipe Error when aborting a stream
* adjust some logging
music_assistant/controllers/stream.py
music_assistant/helpers/audio.py
music_assistant/helpers/process.py