Commit b94af791 authored by Max Kellermann's avatar Max Kellermann

fix a comment regarding the player queue

parent 4613115b
......@@ -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);
......
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