fix switching to artist info screen
if one switched from artist info screen while artist info was being
downloaded, {s,}he wouldn't be able to enter the screen again.
This commit is contained in:
@@ -2142,7 +2142,7 @@ int main(int argc, char *argv[])
|
||||
# ifdef HAVE_CURL_CURL_H
|
||||
else if (Keypressed(input, Key.ArtistInfo))
|
||||
{
|
||||
if (myScreen == myLastfm)
|
||||
if (myScreen == myLastfm || myLastfm->isDownloading())
|
||||
{
|
||||
myLastfm->SwitchTo();
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user