From b07616086c29e5450c0625f28f5935caba7d2a26 Mon Sep 17 00:00:00 2001 From: Trit0 Date: Sun, 29 Jun 2025 17:41:13 -0400 Subject: [PATCH] wip 2 --- frontend/wailsjs/go/models.ts | 2 +- lib/models/game.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/wailsjs/go/models.ts b/frontend/wailsjs/go/models.ts index 2b1a5f7..afc1457 100755 --- a/frontend/wailsjs/go/models.ts +++ b/frontend/wailsjs/go/models.ts @@ -14,7 +14,7 @@ export namespace models { Modification: string; Files: string; PublicRepositoryLink: string; - Genres: string[]; + Genres: string; Developers: string; Title: string; diff --git a/lib/models/game.go b/lib/models/game.go index aa357fc..9948ac5 100644 --- a/lib/models/game.go +++ b/lib/models/game.go @@ -14,7 +14,7 @@ type Game struct { Modification string Files string PublicRepositoryLink string - Genres []string + Genres string Developers string Title string }