mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: adding bit validation to is deleted
This commit is contained in:
parent
f5532fa26f
commit
4c5c602775
8 changed files with 23 additions and 23 deletions
|
@ -86,7 +86,7 @@ const migrateFromSqlite = async () => {
|
|||
playTimeInMilliseconds: game.playTimeInMilliseconds,
|
||||
lastTimePlayed: game.lastTimePlayed,
|
||||
remoteId: game.remoteId,
|
||||
isDeleted: game.isDeleted,
|
||||
isDeleted: game.isDeleted === 1,
|
||||
},
|
||||
}))
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue