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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user