Make sure that website handle has updated config in Downloader::updateCheck

This commit is contained in:
Sude 2016-08-27 23:27:01 +03:00
parent 97169cef97
commit 8f800c602f

View File

@ -201,6 +201,7 @@ void Downloader::updateCheck()
if (gogAPI->user.notifications_games)
{
config.sGameRegex = ".*"; // Always check all games
gogWebsite->setConfig(config); // Make sure that website handle has updated config
if (config.bList || config.bListDetails || config.bDownload)
{
if (config.bList)