Make --update-cache ignore dlc count information

This commit is contained in:
Sude 2016-03-06 13:20:04 +02:00
parent ca97148827
commit 173481a6f6

View File

@ -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();