lyrics fetcher: fix lyricwiki.com redirect issue
This commit is contained in:
committed by
Andrzej Rybczak
parent
169c48b43d
commit
4ac2990baf
@@ -118,7 +118,7 @@ LyricsFetcher::Result LyricwikiFetcher::fetch(const std::string &artist, const s
|
||||
result.first = false;
|
||||
|
||||
std::string data;
|
||||
CURLcode code = Curl::perform(data, result.second);
|
||||
CURLcode code = Curl::perform(data, result.second, "", true);
|
||||
|
||||
if (code != CURLE_OK)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user