diff --git a/src/player/Thread.cxx b/src/player/Thread.cxx index 3e30fdf32..81271a142 100644 --- a/src/player/Thread.cxx +++ b/src/player/Thread.cxx @@ -996,7 +996,7 @@ Player::Run() noexcept } } - if (dc.IsIdle() && queued && dc.pipe == pipe) { + if (dc.IsIdle() && queued) { /* the decoder has finished the current song; make it decode the next song */