Commit 765e865a authored by Daenyth's avatar Daenyth Committed by Fabio Bas
Browse files

Continue downloading card images after failing url on one.

I should probably bust this out to a method.
parent 42f1c693
......@@ -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;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment