mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
separate GetUserBeatmapsRequest and GetUserMostPlayedBeatmapsRequest
This commit is contained in:
@ -24,7 +24,7 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
|
||||
{
|
||||
base.ShowMore();
|
||||
|
||||
var req = new GetUserMostPlayedBeatmapsRequest(User.Value.Id, BeatmapSetType.MostPlayed, VisiblePages++ * ItemsPerPage);
|
||||
var req = new GetUserMostPlayedBeatmapsRequest(User.Value.Id, VisiblePages++ * ItemsPerPage);
|
||||
|
||||
req.Success += beatmaps =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user