Many bug and UI fixes, and improved client side caching of images (#248)

This commit is contained in:
Michael Green
2024-01-03 23:24:26 +11:00
committed by GitHub
parent 47c2fc8069
commit 49f36a2b99
62 changed files with 511 additions and 417 deletions

View File

@@ -117,7 +117,7 @@ namespace gaseous_server.Classes.Metadata
{
// get Artwork metadata
Communications comms = new Communications();
var results = await comms.APIComm<PlatformLogo>(IGDBClient.Endpoints.Artworks, fieldList, WhereClause);
var results = await comms.APIComm<PlatformLogo>(IGDBClient.Endpoints.PlatformLogos, fieldList, WhereClause);
var result = results.First();
return result;