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";
|
std::string path = Folder + "/" + locale_to_utf_cpy(itsSong.GetArtist()) + " - " + locale_to_utf_cpy(itsSong.GetTitle()) + ".txt";
|
||||||
if (!remove(path.c_str()))
|
if (!remove(path.c_str()))
|
||||||
{
|
{
|
||||||
myScreen = myOldScreen;
|
Load();
|
||||||
SwitchTo();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user