kelnage / sg-play-bro

A Steam Gifts extension for checking how much a member plays their wins
MIT License
4 stars 1 forks source link

Playtime false negatives #1

Closed DJWalker closed 7 years ago

DJWalker commented 7 years ago

Hi kelnage,

I noticed a way to avoid including wins which don't report playtime (DLCs, etc) from adding false negatives to a users playtime stats. Basically, your playtimeCache contains 0 for games which have no playtime but undefined for games that don't report playtime at all.

Here's a version I made which reports playtime stats based only on games which report playtime, so that should avoid most false positives.