mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-03-12 21:22:55 -07:00
[PictureLoader] Add hash of new gatherer card back image to blacklist (#6621)
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
#include <version_string.h>
|
||||
|
||||
// Card back returned by gatherer when card is not found
|
||||
QStringList PictureLoaderWorker::md5Blacklist = QStringList() << "db0c48db407a907c16ade38de048a441";
|
||||
QStringList PictureLoaderWorker::md5Blacklist = QStringList() << "db0c48db407a907c16ade38de048a441"
|
||||
<< "fbc7d763c08771c260b39e2115414eeb";
|
||||
|
||||
PictureLoaderWorker::PictureLoaderWorker()
|
||||
: QObject(nullptr), picsPath(SettingsCache::instance().getPicsPath()),
|
||||
|
||||
Reference in New Issue
Block a user