boppreh / steamgrid

Downloads images to fill your Steam grid view
MIT License
671 stars 42 forks source link

Cant download Logos #82

Closed joaquinlgs closed 3 years ago

joaquinlgs commented 3 years ago

For at least 2/3 months ago the program cant download any logos from SteamGridDB, it download banners and grid but 0 logos.

Not sure if im doing something wrong.

Thanks for the downloader!

joaquinlgs commented 3 years ago

I'm pretty new in this, just tried to check why returns nothing. Checked in the SteamGridDB API and dimensions don't exist for Logos

so i checked in line 149 from download.go from this: filter := steamGridFilter + "&dimensions=" + artStyleExtensions[3+i] + "x" + artStyleExtensions[4+i]

to this: filter := steamGridFilter

recompiled and now is downloading every Logo missing from SteamGridDB.