lyrics: reload lyrics in more sane manner
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user