mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: last time played
This commit is contained in:
parent
519022525e
commit
cee6f373eb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export const mergeWithRemoteGames = async () => {
|
|||
localGame.lastTimePlayed == null ||
|
||||
(game.lastTimePlayed &&
|
||||
new Date(game.lastTimePlayed) > localGame.lastTimePlayed)
|
||||
? new Date(game.lastTimePlayed)
|
||||
? game.lastTimePlayed
|
||||
: localGame.lastTimePlayed;
|
||||
|
||||
const updatedPlayTime =
|
||||
|
|
Loading…
Add table
Reference in a new issue