mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
Continue on API error instead of breaking off in Downloader::getGameDetails
This commit is contained in:
parent
c5a0a3b994
commit
86d4e142bd
@ -306,7 +306,7 @@ int Downloader::getGameDetails()
|
||||
else
|
||||
{
|
||||
std::cout << gogAPI->getErrorMessage() << std::endl;
|
||||
return 1;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
std::cout << std::endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user