lyrics: add support for storing lyrics in song's directory
This commit is contained in:
@@ -63,8 +63,9 @@ class Lyrics : public Screen<Scrollpad>
|
||||
private:
|
||||
void Load();
|
||||
|
||||
void SetFilename();
|
||||
std::string itsFilename;
|
||||
static const std::string Folder;
|
||||
std::string itsFolder;
|
||||
|
||||
# ifdef HAVE_CURL_CURL_H
|
||||
void *Download();
|
||||
|
||||
Reference in New Issue
Block a user