Skip to content

Commit

Permalink
Make --update-cache ignore dlc count information
Browse files Browse the repository at this point in the history
  • Loading branch information
Sude- committed Mar 6, 2016
1 parent ca97148 commit 173481a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/downloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 173481a

Please sign in to comment.