qDebug()<<"Picture NOT found, download failed, moving to next set (newset: "<<cardBeingDownloaded.getSetName()<<" card: "<<cardBeingDownloaded.getCard()->getCorrectedName()<<")";
mutex.lock();
loadQueue.prepend(cardBeingDownloaded);
mutex.unlock();
emitstartLoadQueue();
}else{
qDebug()<<"Picture NOT found, download failed, no more sets to try: BAILING OUT (oldset: "<<cardBeingDownloaded.getSetName()<<" card: "<<cardBeingDownloaded.getCard()->getCorrectedName()<<")";