• Max Kellermann's avatar
    playlist: fix stored playlist modifications with absolute paths · 1bd3cde0
    Max Kellermann authored
    When save_absolute_paths_in_playlists was enabled in mpd.conf, MPD
    broke all playlists when manipulated using the "playlistdelete"
    command.  The reason was that map_directory_child_fs() was used, which
    doesn't accept slashes in the file name.  Use the new map_uri_fs()
    function instead.
    1bd3cde0
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src 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...