lyrics: rename Lyrics::FetchAgain() to Lyrics::Refetch()
This commit is contained in:
@@ -2033,7 +2033,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
else if (myScreen == myLyrics)
|
||||
{
|
||||
myLyrics->FetchAgain();
|
||||
myLyrics->Refetch();
|
||||
}
|
||||
}
|
||||
else if (Keypressed(input, Key.SongInfo))
|
||||
|
||||
Reference in New Issue
Block a user