igdb-dotnet icon indicating copy to clipboard operation
igdb-dotnet copied to clipboard

CompanyLogo returns "incorrect" URL

Open Laim opened this issue 1 year ago • 0 comments

I'll use Activision as an example as it's the first one I noticed

When pulling information down about about a company, the URL is hardcoded as a jpg in Company.cs, which results in 'black' company logos coming down

Correct/Expected URL Result: https://images.igdb.com/igdb/image/upload/t_thumb/cl4x4.png Incorrect/Actual URL Result: https://images.igdb.com/igdb/image/upload/t_thumb/cl4x4.jpg

image

Laim avatar Aug 18 '24 11:08 Laim