From 173481a6f6fa56f03ecb146cf58b11d910dd5ee1 Mon Sep 17 00:00:00 2001 From: Sude Date: Sun, 6 Mar 2016 13:20:04 +0200 Subject: [PATCH] Make --update-cache ignore dlc count information --- src/downloader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/downloader.cpp b/src/downloader.cpp index 8948838..f372253 100644 --- a/src/downloader.cpp +++ b/src/downloader.cpp @@ -3138,6 +3138,7 @@ void Downloader::updateCache() config.iInstallerPlatform = Util::getOptionValue("all", GlobalConstants::PLATFORMS); config.vLanguagePriority.clear(); config.vPlatformPriority.clear(); + config.sIgnoreDLCCountRegex = ".*"; // Ignore DLC count for all games because GOG doesn't report DLC count correctly this->getGameList(); this->getGameDetails();