Commit 63682eb1 authored by Max Kellermann's avatar Max Kellermann

decoder: notify player after stop

The player should always be woken up when the decoder quits.
parent 347e8162
......@@ -173,6 +173,7 @@ static void * decoder_task(mpd_unused void *arg)
dc.state = DECODE_STATE_STOP;
dc.command = DECODE_COMMAND_NONE;
notify_signal(&pc.notify);
break;
case DECODE_COMMAND_STOP:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment