mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
make pagination work and remove duplication in RanksSection
This commit is contained in:
@ -19,8 +19,10 @@ namespace osu.Game.Beatmaps
|
||||
//TODO: should be in database
|
||||
public int BeatmapVersion;
|
||||
|
||||
[JsonProperty("id")]
|
||||
public int? OnlineBeatmapID { get; set; }
|
||||
|
||||
[JsonProperty("beatmapset_id")]
|
||||
public int? OnlineBeatmapSetID { get; set; }
|
||||
|
||||
[ForeignKey(typeof(BeatmapSetInfo))]
|
||||
|
Reference in New Issue
Block a user