• Max Kellermann's avatar
    playlist_state: start playing after restore is complete · 1e9659bf
    Max Kellermann authored
    Don't start playback as soon as the "current" song is being loaded
    from the state file.  That is unclean, and leads to an obscure bug: in
    repeat mode, when the song is started (which is yet the last song in
    the list), the playlist code marked the very first song in the
    playlist as "next" song, because the end of the playlist was wrapped.
    
    It's easier to set up the playback after all songs have been loaded,
    and after the random/repeat mode has been set.
    1e9659bf
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...