fix compilation --without-curl
This commit is contained in:
@@ -132,7 +132,7 @@ void Lyrics::SwitchTo()
|
||||
pthread_create(&Downloader, NULL, Get, &itsSong);
|
||||
}
|
||||
# else
|
||||
Get(s);
|
||||
Get(&itsSong);
|
||||
w->Flush();
|
||||
# endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user