mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
[PictureLoader] Add hash of new gatherer card back image to blacklist (#6621)
This commit is contained in:
parent
485e4d56aa
commit
f0da3cff40
1 changed files with 4 additions and 1 deletions
|
|
@ -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)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue