From c0efc0325d085a598fd74867489177247a1a28dd Mon Sep 17 00:00:00 2001 From: RickyRister <42636155+RickyRister@users.noreply.github.com> Date: Sun, 22 Feb 2026 03:12:28 -0800 Subject: [PATCH] [PictureLoader] Add hash of new gatherer card back image to blacklist (#6621) --- .../src/client/ui/picture_loader/picture_loader_worker.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cockatrice/src/client/ui/picture_loader/picture_loader_worker.cpp b/cockatrice/src/client/ui/picture_loader/picture_loader_worker.cpp index bf17f875a..cdd7cca20 100644 --- a/cockatrice/src/client/ui/picture_loader/picture_loader_worker.cpp +++ b/cockatrice/src/client/ui/picture_loader/picture_loader_worker.cpp @@ -12,7 +12,8 @@ #include // 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()),