mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 11:49:17 +01:00
Make --update-cache ignore dlc count information
This commit is contained in:
parent
ca97148827
commit
173481a6f6
@ -3138,6 +3138,7 @@ void Downloader::updateCache()
|
|||||||
config.iInstallerPlatform = Util::getOptionValue("all", GlobalConstants::PLATFORMS);
|
config.iInstallerPlatform = Util::getOptionValue("all", GlobalConstants::PLATFORMS);
|
||||||
config.vLanguagePriority.clear();
|
config.vLanguagePriority.clear();
|
||||||
config.vPlatformPriority.clear();
|
config.vPlatformPriority.clear();
|
||||||
|
config.sIgnoreDLCCountRegex = ".*"; // Ignore DLC count for all games because GOG doesn't report DLC count correctly
|
||||||
|
|
||||||
this->getGameList();
|
this->getGameList();
|
||||||
this->getGameDetails();
|
this->getGameDetails();
|
||||||
|
Loading…
Reference in New Issue
Block a user