mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
Merge remote-tracking branch 'pR0Ps/bugfix/kill-transcode-processes'
This commit is contained in:
commit
ed0a8fccd0
@ -102,8 +102,8 @@ def stream_media():
|
||||
yield data
|
||||
except: # pragma: nocover
|
||||
if dec_proc != None:
|
||||
dec_proc.terminate()
|
||||
proc.terminate()
|
||||
dec_proc.kill()
|
||||
proc.kill()
|
||||
|
||||
if dec_proc != None:
|
||||
dec_proc.wait()
|
||||
|
Loading…
Reference in New Issue
Block a user