diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2010-08-08 19:12:51 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2010-08-08 19:12:51 +0200 |
commit | 8b109d07366829550e02d43df14e8552b75c2af9 (patch) | |
tree | a612263e40a128f04547706a2d368303aa28b956 /src/lyrics.h | |
parent | 74d177feae0f1e93d00bf07cb872f0f0d5db5a79 (diff) |
lyrics: add support for lyricsfly.com database
Diffstat (limited to 'src/lyrics.h')
-rw-r--r-- | src/lyrics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lyrics.h b/src/lyrics.h index b9879b2c..360540b5 100644 --- a/src/lyrics.h +++ b/src/lyrics.h @@ -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; |