Continue downloading card images after failing url on one.

I should probably bust this out to a method.
This commit is contained in:
Daenyth 2014-07-02 19:18:05 -04:00
parent 062786fb85
commit 7eb6e623f1

View file

@ -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;
}