mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: accumulate ticks when request to update playtime fails
This commit is contained in:
parent
f439b6809c
commit
608a53e8df
5 changed files with 31 additions and 31 deletions
|
@ -54,7 +54,7 @@ const addGameToLibrary = async (
|
|||
|
||||
const game = await gameRepository.findOne({ where: { objectID } });
|
||||
|
||||
createGame(game!);
|
||||
createGame(game!).catch(() => {});
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue