lsinfo() should return a vector
satirebird opened this issue · 0 comments
satirebird commented
The mpd lsinfo
command returns a list but the return value of the corresponding client function returns a single Song
. The implemented behavior returns the last entry.
The mpd documentation says: "Lists the contents of the directory URI. The response contains records starting with file, directory or playlist, each followed by metadata (tags or other metadata)."