get rid of locale_to_utf where it's not needed anymore
This commit is contained in:
@@ -123,8 +123,6 @@ void Lastfm::Load()
|
||||
w->reset();
|
||||
|
||||
std::string artist = itsArgs.find("artist")->second;
|
||||
locale_to_utf(artist);
|
||||
|
||||
std::string file = lowercase(artist + ".txt");
|
||||
removeInvalidCharsFromFilename(file);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user