Many bug and UI fixes, and improved client side caching of images (#248)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user