GamerKingFaiz / shouldiplay

Web app that combines data from HowLongToBeat and OpenCritic.
https://shouldiplaythis.com
MIT License
48 stars 4 forks source link

Issues with showing game lengths of Single player only games #9

Closed tejapoth closed 1 year ago

tejapoth commented 1 year ago

I noticed this with Single player only titles such as Mass effect Legendary edition where it shows Co. Op & Vs. with no game length.

image

But in howlongtobeat its only single player with a range of game length!

image

Please fix this if possible!

GamerKingFaiz commented 1 year ago

Thanks for the report!

My original logic was just checking to see if HLTB reported the game_type as game, if not then display it as a multiplayer game. Mass Effect Legendary Edition was classified as a compilation game on HLTB, so I added that to the logic.

Should be fixed now!

tejapoth commented 1 year ago

Ohh makes sense! Thanks!