mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Added proper handling for a scraper error condition.
This commit is contained in:
parent
8bf304b867
commit
32007b65bb
|
@ -646,8 +646,8 @@ void GuiScraperSearch::updateThumbnail()
|
|||
}
|
||||
}
|
||||
else {
|
||||
LOG(LogWarning) << "Thumbnail download failed: " << it->second->getErrorMsg();
|
||||
mResultThumbnail->setImage("");
|
||||
onSearchError("Error downloading thumbnail:\n " + it->second->getErrorMsg());
|
||||
}
|
||||
|
||||
mThumbnailReqMap.erase(it);
|
||||
|
|
Loading…
Reference in a new issue