• Max Kellermann's avatar
    player/Thread: don't restart unseekable song after failed seek attempt · f2d8fd76
    Max Kellermann authored
    The check IsSeekableCurrentSong() was added by commit
    44b20024 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.
    f2d8fd76
Name
Last commit
Last update
android Loading commit data...
build Loading commit data...
doc Loading commit data...
python/build Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
meson.build Loading commit data...
meson_options.txt Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...