summaryrefslogtreecommitdiff
path: root/src/lyrics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lyrics.h')
-rw-r--r--src/lyrics.h3
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;