Add missing playtime to created games

This commit is contained in:
Mathieu Comandon 2024-02-16 00:06:29 -08:00
parent 41472a7755
commit 003b6c268a

View file

@ -102,6 +102,7 @@ def sync_local_library():
runner=remote_game["runner"],
platform=remote_game["platform"],
lastplayed=remote_game["lastplayed"],
playtime=remote_game["playtime"],
service=remote_game["service"],
service_id=remote_game["service_id"],
installed=0,