summaryrefslogtreecommitdiff
path: root/src/player
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-04-26 20:06:41 +0200
committerMax Kellermann <max@musicpd.org>2018-04-26 20:06:41 +0200
commit43a43c1e2b644725cbb2a5ab2d5d039811a9f154 (patch)
treea42f90539de81646fddcdcd66c59d32c5cddfd33 /src/player
parente08598e7e2526b65fd8790a49794c1d4d00945d0 (diff)
parent7b94f0e36ba9ab4ee50ce1984dbd2007475106f5 (diff)
Merge tag 'v0.20.19'
release v0.20.19
Diffstat (limited to 'src/player')
-rw-r--r--src/player/Thread.cxx2
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 */