mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Pagination
-> `PaginationParameters
This commit is contained in:
@ -58,7 +58,7 @@ namespace osu.Game.Overlays.Profile.Sections.Beatmaps
|
||||
}
|
||||
}
|
||||
|
||||
protected override APIRequest<List<APIBeatmapSet>> CreateRequest(Pagination pagination) =>
|
||||
protected override APIRequest<List<APIBeatmapSet>> CreateRequest(PaginationParameters pagination) =>
|
||||
new GetUserBeatmapsRequest(User.Value.Id, type, pagination);
|
||||
|
||||
protected override Drawable CreateDrawableItem(APIBeatmapSet model) => model.OnlineID > 0
|
||||
|
Reference in New Issue
Block a user