mpd/src/player
Max Kellermann f2d8fd769d player/Thread: don't restart unseekable song after failed seek attempt
The check IsSeekableCurrentSong() was added by commit
44b200240f in version 0.20.19, but it
caused a regression: by doing the branch only if the current song is
seekable, the player would restart the current song if it was not
seekable, and later the initial seek would fail; but we already know
it's not seekable, and so we should fail early.
2019-08-03 12:30:10 +02:00
..
Control.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Control.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
CrossFade.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
CrossFade.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
Listener.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
Outputs.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
Thread.cxx player/Thread: don't restart unseekable song after failed seek attempt 2019-08-03 12:30:10 +02:00