Bring back colored bullet points in artist info

This commit is contained in:
Andrzej Rybczak
2017-02-17 16:02:02 +01:00
parent 0ab5fbb809
commit 4ad10fb4c2

View File

@@ -94,8 +94,8 @@ void ArtistInfo::beautifyOutput(NC::Scrollpad &w)
{
w.setProperties(NC::Format::Bold, "\n\nSimilar artists:\n", NC::Format::NoBold, 0);
w.setProperties(NC::Format::Bold, "\n\nSimilar tags:\n", NC::Format::NoBold, 0);
// FIXME
//w.setProperties(Config.color2, "\n * ", NC::Color::End, 0, boost::regex::literal);
w.setProperties(Config.color2.color(), "\n * ", NC::Color::End, 0,
boost::regex::literal);
}
Service::Result ArtistInfo::processData(const std::string &data)