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:
@@ -214,7 +214,7 @@ void Lastfm::Refetch()
|
||||
|
||||
bool Lastfm::SetArtistInfoArgs(const std::string &artist, const std::string &lang)
|
||||
{
|
||||
if (isDownloadInProgress)
|
||||
if (isDownloading())
|
||||
return false;
|
||||
|
||||
itsService.reset(new ArtistInfo);
|
||||
|
||||
Reference in New Issue
Block a user