This commit is contained in:
2025-04-05 16:29:30 +11:00
parent dab30b4938
commit 35c27b28a3
73 changed files with 444 additions and 444 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
)
func (g *igdb) GetParentGameID(id uint64) (uint64, error) {
func (g *Client) GetParentGameID(id uint64) (uint64, error) {
detail, err := g.GetGameByID(id)
if err != nil {
return 0, fmt.Errorf("failed to fetch IGDB app detail for parent: %d: %w", id, err)