diff options
Diffstat (limited to 'src/player')
-rw-r--r-- | src/player/Thread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player/Thread.cxx b/src/player/Thread.cxx index 2ffa5d933..c599b1725 100644 --- a/src/player/Thread.cxx +++ b/src/player/Thread.cxx @@ -577,7 +577,7 @@ Player::SeekDecoder() noexcept pc.outputs.Cancel(); } - if (!dc.IsCurrentSong(*pc.next_song)) { + if (!dc.IsSeekableCurrentSong(*pc.next_song)) { /* the decoder is already decoding the "next" song - stop it and start the previous song again */ |