fix a comment regarding the player queue
This commit is contained in:
parent
4613115bec
commit
b94af79134
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue