osu-api
osu-api copied to clipboard
get_user_recent to include pp
Could the plays returned by 'get_user_recent' include a field 'pp' just like 'get_user_best' does? I assume for failed plays, it would be 0.
pp is not included for this call because it's actually pulling from a different data source. consider that not all passes are even new scores (even though they are returned by this call). in such cases pp is not even calculated.