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