mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-10 12:23:58 -07:00
Continue downloading card images after failing url on one.
I should probably bust this out to a method.
This commit is contained in:
parent
062786fb85
commit
7eb6e623f1
1 changed files with 2 additions and 0 deletions
|
|
@ -192,6 +192,8 @@ void PictureLoader::startNextPicDownload()
|
|||
QString picUrl = getPicUrl(cardBeingDownloaded.getCard());
|
||||
if (picUrl.isEmpty()) {
|
||||
qDebug() << "No url for" << cardBeingDownloaded.getCard()->getName();
|
||||
cardBeingDownloaded = 0;
|
||||
downloadRunning = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue