[PictureLoader] Add hash of new gatherer card back image to blacklist (#6621)

This commit is contained in:
RickyRister 2026-02-22 03:12:28 -08:00 committed by GitHub
parent 485e4d56aa
commit f0da3cff40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,10 @@
#include <QThreadPool>
// Card back returned by gatherer when card is not found
static const QStringList MD5_BLACKLIST = {"db0c48db407a907c16ade38de048a441"};
static const QStringList MD5_BLACKLIST = {
"db0c48db407a907c16ade38de048a441", // Old card back hash. Keep around just in case
"fbc7d763c08771c260b39e2115414eeb" // Current card back hash
};
CardPictureLoaderWorkerWork::CardPictureLoaderWorkerWork(const CardPictureLoaderWorker *worker, const ExactCard &toLoad)
: QObject(nullptr), cardToDownload(CardPictureToLoad(toLoad)),