mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-26 22:23:17 -05:00
[mpd] fix command "list" for type "artist"
This commit is contained in:
parent
c1ef76a943
commit
3a7cf212fb
@ -2143,7 +2143,7 @@ mpd_command_list(struct evbuffer *evbuf, int argc, char **argv, char **errmsg)
|
||||
qp.sort = S_ARTIST;
|
||||
type = "Artist: ";
|
||||
}
|
||||
if (0 == strcasecmp(argv[1], "albumartist"))
|
||||
else if (0 == strcasecmp(argv[1], "albumartist"))
|
||||
{
|
||||
qp.type = Q_GROUP_ARTISTS;
|
||||
qp.sort = S_ARTIST;
|
||||
|
Loading…
x
Reference in New Issue
Block a user