diff options
Diffstat (limited to 'src/player_thread.c')
-rw-r--r-- | src/player_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player_thread.c b/src/player_thread.c index 2abb367db..e2486f2d3 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -379,7 +379,7 @@ static void decodeParent(void) do_xfade = XFADE_UNKNOWN; - /* wait for the decoder to work on the new song */ + /* wait for a signal from the playlist */ if (pc.queueState == PLAYER_QUEUE_DECODE || pc.queueLockState == PLAYER_QUEUE_LOCKED) { notify_wait(&pc.notify); |