From ddbb5d07cca5702508afa52b3d78638e7247a960 Mon Sep 17 00:00:00 2001 From: Sude Date: Sat, 3 Oct 2015 19:52:19 +0300 Subject: [PATCH] Fix priority handling for DLCs --- src/downloader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/downloader.cpp b/src/downloader.cpp index 7a44e1d..9a5ed31 100644 --- a/src/downloader.cpp +++ b/src/downloader.cpp @@ -294,6 +294,7 @@ int Downloader::getGameDetails() { gameDetails dlc; dlc = gogAPI->getGameDetails(gameItems[i].dlcnames[j], conf.iInstallerPlatform, conf.iInstallerLanguage, config.bDuplicateHandler); + dlc.filterWithPriorities(config); if (dlc.extras.empty() && config.bExtras) // Try to get extras from account page if API didn't return any extras { if (gameDetailsJSON.empty())