kstep/rust-mpd

lsinfo() should return a vector

satirebird opened this issue · 0 comments

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)."