aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/DecoderThread.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx
index 8ab15758..21653830 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