split majority of helpers and rewrite a few heinous functions
This commit is contained in:
@@ -124,7 +124,7 @@ void Lastfm::Load()
|
||||
locale_to_utf(artist);
|
||||
|
||||
std::string file = artist + ".txt";
|
||||
ToLower(file);
|
||||
lowercase(file);
|
||||
EscapeUnallowedChars(file);
|
||||
|
||||
itsFilename = itsFolder + "/" + file;
|
||||
|
||||
Reference in New Issue
Block a user