replace lyricsplugin.com with lyrc.com.ar as the former no longer works

this is sorta workaround, I need to add at least leolyrics and lyricsfly
databases support, but they require unique user ids. btw, plugin system in
its current form is horrible mess and it *really* needs to be redesigned.
This commit is contained in:
Andrzej Rybczak
2010-08-08 03:16:40 +02:00
parent 087245ecda
commit 74d177feae
3 changed files with 26 additions and 7 deletions

View File

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