mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 11:49:17 +01:00
Make sure that website handle has updated config in Downloader::updateCheck
This commit is contained in:
parent
97169cef97
commit
8f800c602f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user