mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 11:49:17 +01:00
Don't try to list extras if there aren't any
This commit is contained in:
parent
5b2c4ae00a
commit
f3ba069f50
@ -286,7 +286,7 @@ void Downloader::listGames()
|
||||
}
|
||||
}
|
||||
// List extras
|
||||
if (!config.bNoExtras && !config.bUpdateCheck)
|
||||
if (!config.bNoExtras && !config.bUpdateCheck && !games[i].extras.empty())
|
||||
{
|
||||
std::cout << "extras: " << std::endl;
|
||||
for (unsigned int j = 0; j < games[i].extras.size(); ++j)
|
||||
|
Loading…
Reference in New Issue
Block a user