new feature: refetch lyrics

This commit is contained in:
Andrzej Rybczak
2009-10-20 00:35:51 +02:00
parent a98eb5e9ac
commit 62b7df69f3
4 changed files with 22 additions and 0 deletions

View File

@@ -276,6 +276,7 @@ void Help::GetKeybindings()
*w << "\n\n " << fmtBold << "Keys - Lyrics\n -----------------------------------------\n" << fmtBoldEnd;
*w << DisplayKeys(Key.Space) << "Switch for following lyrics of now playing song\n";
*w << DisplayKeys(Key.EditTags) << "Open lyrics in external editor\n";
*w << DisplayKeys(Key.SwitchTagTypeList) << "Refetch lyrics\n";
# ifdef HAVE_TAGLIB_H