lyrics fetcher: fix lyricwiki.com redirect issue

This commit is contained in:
Eric Izoita
2015-09-01 20:14:00 -07:00
committed by Andrzej Rybczak
parent 169c48b43d
commit 4ac2990baf
4 changed files with 6 additions and 3 deletions

View File

@@ -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)
{