mirror of
https://github.com/lutris/lutris
synced 2024-11-05 18:10:49 +00:00
Add missing playtime to created games
This commit is contained in:
parent
41472a7755
commit
003b6c268a
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue