• Max Kellermann's avatar
    mapper: apply filesystem_charset to playlists · f4b707b4
    Max Kellermann authored
    This fixes an inconsistency in the stored playlist subsystem: when
    obtaining the list of playlists (listplaylist, listplaylistinfo), the
    file names in the playlist directory are converted to UTF-8 (according
    to filesystem_charset), but when saving or loading playlists, the
    filesystem_charset setting was ignored.
    f4b707b4
stored_playlist.c 10.4 KB