diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/DecoderThread.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx index 8ab157582..21653830b 100644 --- a/src/DecoderThread.cxx +++ b/src/DecoderThread.cxx @@ -416,6 +416,8 @@ decoder_run_song(struct decoder_control *dc, "Failed to decode %s", error_uri); g_free(allocated); } + + g_cond_signal(dc->client_cond); } static void |