This commit is contained in:
2025-04-05 18:45:17 +11:00
parent 35c27b28a3
commit 7f5a09098a
72 changed files with 56 additions and 3351 deletions

View File

@@ -93,5 +93,5 @@ func (g *Client) WebSearchGames(name string) ([]*pb.Game, error) {
ids[i] = game.Id
}
return g.GetGameByIDs(ids)
return GetItemsByIDs(ids, g.GetGames)
}