• Max Kellermann's avatar
    queue/PlaylistControl: don't skip highest priority song on "play" · 4a3059f5
    Max Kellermann authored
    When starting playback with a specific song which does not have the
    highest priority, the previous highest priority song was skipped
    completely because its order was "swapped".  This commit changes to a
    more expensive operation which inserts the selected song into the
    order list.
    
    This fixes a small part of #165
    4a3059f5
PlaylistControl.cxx 6.39 KB