diff options
Diffstat (limited to 'src/lastfm.cpp')
-rw-r--r-- | src/lastfm.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lastfm.cpp b/src/lastfm.cpp index 83299134..420975e6 100644 --- a/src/lastfm.cpp +++ b/src/lastfm.cpp @@ -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); |