From 8e093b1a044c5e97f612b32bcb6525e085385d1e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Sat, 27 Aug 2011 02:28:28 +0200 Subject: [PATCH] screen_artist: document add_query (some more) --- src/screen_artist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/screen_artist.c b/src/screen_artist.c index 1d279b9..3ae2145 100644 --- a/src/screen_artist.c +++ b/src/screen_artist.c @@ -448,7 +448,8 @@ screen_artist_update(struct mpdclient *c) artist_repaint(); } -/* _artist is actually only used in the ALBUM case to distinguish albums with +/* add_query - Add all songs satisfying specified criteria. + _artist is actually only used in the ALBUM case to distinguish albums with the same name from different artists. */ static void add_query(struct mpdclient *c, enum mpd_tag_type table, const char *_filter, -- 2.30.2