Remove separators between parts of lyrics
This commit is contained in:
@@ -99,11 +99,7 @@ LyricsFetcher::Result LyricsFetcher::fetch(const std::string &artist,
|
|||||||
{
|
{
|
||||||
postProcess(*it);
|
postProcess(*it);
|
||||||
if (!it->empty())
|
if (!it->empty())
|
||||||
{
|
|
||||||
data += *it;
|
data += *it;
|
||||||
if (it != lyrics.end()-1)
|
|
||||||
data += "\n\n----------\n\n";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
result.second = data;
|
result.second = data;
|
||||||
|
|||||||
Reference in New Issue
Block a user