support for fetching artist's info from last.fm

This commit is contained in:
unK
2008-09-15 12:45:02 +02:00
parent 0664f9ed2b
commit 9795fc4488
7 changed files with 231 additions and 10 deletions

View File

@@ -68,7 +68,8 @@ struct ncmpcpp_keys
int PrevFoundPosition[2];
int ToggleFindMode[2];
int EditTags[2];
int ShowInfo[2];
int SongInfo[2];
int ArtistInfo[2];
int GoToPosition[2];
int Lyrics[2];
int ReverseSelection[2];