fix compilation --without-curl
This commit is contained in:
@@ -356,7 +356,7 @@ void Lyrics::Load()
|
|||||||
pthread_create(&itsDownloader, 0, DownloadWrapper, this);
|
pthread_create(&itsDownloader, 0, DownloadWrapper, this);
|
||||||
isDownloadInProgress = 1;
|
isDownloadInProgress = 1;
|
||||||
# else
|
# else
|
||||||
*w << "Local lyrics not found. As ncmpcpp has been compiled without curl support, you can put appropriate lyrics into " << itsFolder << " directory (file syntax is \"$ARTIST - $TITLE.txt\") or recompile ncmpcpp with curl support.";
|
*w << "Local lyrics not found. As ncmpcpp has been compiled without curl support, you can put appropriate lyrics into " << Config.lyrics_directory << " directory (file syntax is \"$ARTIST - $TITLE.txt\") or recompile ncmpcpp with curl support.";
|
||||||
w->Flush();
|
w->Flush();
|
||||||
# endif
|
# endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user