color artist's info loaded from a file

This commit is contained in:
Andrzej Rybczak
2009-01-22 16:08:09 +01:00
parent 1244223919
commit 237e494b08
4 changed files with 29 additions and 0 deletions

View File

@@ -99,6 +99,8 @@ void * GetArtistInfo(void *ptr)
first = 0;
}
input.close();
sInfo->SetFormatting(fmtBold, "\n\nSimilar artists:\n", fmtBoldEnd, 0);
sInfo->SetFormatting(Config.color2, "\n * ", clEnd);
artist_info_ready = 1;
pthread_exit(NULL);
}