Code

screen_artist.c: use libmpdclient to obtain artist/album list
authorMax Kellermann <max@duempel.org>
Sat, 10 Oct 2009 16:30:21 +0000 (18:30 +0200)
committerMax Kellermann <max@duempel.org>
Sat, 10 Oct 2009 16:30:21 +0000 (18:30 +0200)
commit64b0ff4e6edf98beee80262a6570040f926f4f4a
tree475b6cb8d321e6c731345a1cf5ae5da9bfa2aaf1
parent5aaf275d147e6bb1428a4367548d5969620b1248
screen_artist.c: use libmpdclient to obtain artist/album list

Moved the mpdclient_get_artists/albums() code from mpdclient.c to
screen_artist.c.
src/mpdclient.c
src/mpdclient.h
src/screen_artist.c