From: Jonathan Neuschäfer Date: Sat, 27 Aug 2011 00:28:28 +0000 (+0200) Subject: screen_artist: document add_query (some more) X-Git-Tag: release-0.20~95^2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8e093b1a044c5e97f612b32bcb6525e085385d1e;p=ncmpc.git screen_artist: document add_query (some more) --- 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,