mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 20:43:54 -07:00
[PictureLoader] Add hash of new gatherer card back image to blacklist (#6621)
This commit is contained in:
parent
288edb74f7
commit
c0efc0325d
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@
|
||||||
#include <version_string.h>
|
#include <version_string.h>
|
||||||
|
|
||||||
// Card back returned by gatherer when card is not found
|
// Card back returned by gatherer when card is not found
|
||||||
QStringList PictureLoaderWorker::md5Blacklist = QStringList() << "db0c48db407a907c16ade38de048a441";
|
QStringList PictureLoaderWorker::md5Blacklist = QStringList() << "db0c48db407a907c16ade38de048a441"
|
||||||
|
<< "fbc7d763c08771c260b39e2115414eeb";
|
||||||
|
|
||||||
PictureLoaderWorker::PictureLoaderWorker()
|
PictureLoaderWorker::PictureLoaderWorker()
|
||||||
: QObject(nullptr), picsPath(SettingsCache::instance().getPicsPath()),
|
: QObject(nullptr), picsPath(SettingsCache::instance().getPicsPath()),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue