fix a comment regarding the player queue
This commit is contained in:
@@ -379,7 +379,7 @@ static void decodeParent(void)
|
|||||||
|
|
||||||
do_xfade = XFADE_UNKNOWN;
|
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 ||
|
if (pc.queueState == PLAYER_QUEUE_DECODE ||
|
||||||
pc.queueLockState == PLAYER_QUEUE_LOCKED) {
|
pc.queueLockState == PLAYER_QUEUE_LOCKED) {
|
||||||
notify_wait(&pc.notify);
|
notify_wait(&pc.notify);
|
||||||
|
Reference in New Issue
Block a user