lyrics: reload lyrics in more sane manner

This commit is contained in:
Andrzej Rybczak
2010-08-10 19:55:49 +02:00
parent b387d22663
commit 73339eed9c

View File

@@ -264,8 +264,7 @@ void Lyrics::Refetch()
std::string path = Folder + "/" + locale_to_utf_cpy(itsSong.GetArtist()) + " - " + locale_to_utf_cpy(itsSong.GetTitle()) + ".txt";
if (!remove(path.c_str()))
{
myScreen = myOldScreen;
SwitchTo();
Load();
}
else
{