diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c index 822931a61..1a8817a37 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -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: |