add back block removed in merge

This commit is contained in:
Stephen Birarda 2015-10-13 16:36:06 -07:00
parent 1450305390
commit 76bfc6218a

View file

@ -100,6 +100,11 @@ void AssetUpload::start() {
break;
}
}
if (_error == NoError && hash == hashData(_data).toHex()) {
saveToCache(getUrl(hash, _extension), _data);
}
emit finished(this, hash);
});
}