• 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
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...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.service.in Loading commit data...
valgrind.suppressions Loading commit data...