Merge branch 'v0.21.x'

This commit is contained in:
Max Kellermann
2019-05-31 17:27:20 +02:00
7 changed files with 142 additions and 156 deletions

View File

@@ -999,7 +999,7 @@ Player::Run() noexcept
}
}
if (dc.IsIdle() && queued) {
if (dc.IsIdle() && queued && IsDecoderAtCurrentSong()) {
/* the decoder has finished the current song;
make it decode the next song */