lyrics: add support for lyricsfly.com database

This commit is contained in:
Andrzej Rybczak
2010-08-08 19:12:51 +02:00
parent 74d177feae
commit 8b109d0736
3 changed files with 19 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ class Lyrics : public Screen<Scrollpad>
static const Plugin *ChoosePlugin(int);
//static bool LyricsPlugin_NotFound(const std::string &);
static bool LyrcComAr_NotFound(const std::string &);
static bool Generic_NotFound(const std::string &);
static bool Ready;
@@ -96,6 +96,7 @@ class Lyrics : public Screen<Scrollpad>
static const char *PluginsList[];
//static const Plugin LyricsPlugin;
static const Plugin LyrcComAr;
static const Plugin Lyricsfly;
# endif // HAVE_CURL_CURL_H
size_t itsScrollBegin;