mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-15 14:34:04 -08:00
Continue downloading card images after failing url on one.
I should probably bust this out to a method.
This commit is contained in:
@@ -236,6 +236,8 @@ void PictureLoader::startNextPicDownload()
|
||||
QString picUrl = getPicUrl(cardBeingDownloaded.getCard());
|
||||
if (picUrl.isEmpty()) {
|
||||
qDebug() << "No url for" << cardBeingDownloaded.getCard()->getName();
|
||||
cardBeingDownloaded = 0;
|
||||
downloadRunning = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user