• Max Kellermann's avatar
    playlist: restore random mode after playlist is loaded · 0e5af7d0
    Max Kellermann authored
    When the playlist was loaded from the state file, the order numbers
    were the same as the positions.  In random mode, we need to shuffle
    the queue order.  To accomplish that, call setPlaylistRandomStatus()
    at the end of readPlaylistState(), and do a fresh shuffle.
    0e5af7d0
playlist.c 30.6 KB