add support for lyricsplugin database

This commit is contained in:
Andrzej Rybczak
2009-02-02 12:00:19 +01:00
parent e59b14c56d
commit 6217bf04c2
5 changed files with 86 additions and 13 deletions

View File

@@ -157,6 +157,7 @@ struct ncmpcpp_config
int seek_time;
int playlist_disable_highlight_delay;
int message_delay_time;
int lyrics_db;
};
extern ncmpcpp_config Config;