mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-01 21:42:31 +01:00
lint
This commit is contained in:
parent
5ce801fa0d
commit
14ad9b9dbc
@ -3697,9 +3697,8 @@ void Downloader::getGameDetailsThread(Config config, const unsigned int& tid)
|
|||||||
if (conf.dlConf.bSaveChangelogs && game.changelog.empty())
|
if (conf.dlConf.bSaveChangelogs && game.changelog.empty())
|
||||||
game.changelog = Downloader::getChangelogFromJSON(gameDetailsJSON);
|
game.changelog = Downloader::getChangelogFromJSON(gameDetailsJSON);
|
||||||
|
|
||||||
if (conf.dlConf.bSaveGameDetailsJson && game.gameDetailsJson.empty()) {
|
if (conf.dlConf.bSaveGameDetailsJson && game.gameDetailsJson.empty())
|
||||||
game.gameDetailsJson = gameDetailsJSON.toStyledString();
|
game.gameDetailsJson = gameDetailsJSON.toStyledString();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
game.makeFilepaths(conf.dirConf);
|
game.makeFilepaths(conf.dirConf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user