• Maarten Sebregts's avatar
    Playlist: fix bug in moving after current song · 3a9697ad
    Maarten Sebregts authored
    Moving songs using either 'move' or 'moveid' to position -1 (after the
    current song) would fail for a song which is just before the current
    song.
    This patch corrects the check to see if the current song is in the range
    to be moved. Since the range is from `start` up to `end` (exclusive) the
    check was incorrect, but is now fixed.
    3a9697ad
playlist_edit.c 10.9 KB