Add appid to service game list

This commit is contained in:
Mathieu Comandon 2024-01-05 17:07:55 -08:00
parent bd390f2dc5
commit 9b31c55453

View file

@ -962,6 +962,7 @@ class Application(Gtk.Application):
"slug": game["slug"],
"name": game["name"],
"service": game["service"],
"appid": game["appid"],
"installed": game["installed"],
"details": game["details"]
} for game in game_list