separate GetUserBeatmapsRequest and GetUserMostPlayedBeatmapsRequest

This commit is contained in:
jorolf
2017-11-26 22:06:03 +01:00
parent 02fa1f9dd6
commit 4c68090e59
3 changed files with 13 additions and 21 deletions

View File

@ -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 =>
{