Merge main

This commit is contained in:
kramo
2023-05-27 19:08:40 +02:00
57 changed files with 2176 additions and 1052 deletions

View File

@@ -68,7 +68,7 @@ class LutrisSourceIterator(SourceIterator):
# Create game
values = {
"version": shared.spec_version,
"version": shared.SPEC_VERSION,
"added": int(time()),
"hidden": row[4],
"name": row[1],

View File

@@ -72,7 +72,7 @@ class SteamSourceIterator(SourceIterator):
# Build game from local data
appid = local_data["appid"]
values = {
"version": shared.spec_version,
"version": shared.SPEC_VERSION,
"added": int(time()),
"name": local_data["name"],
"source": self.source.id,