make pagination work and remove duplication in RanksSection

This commit is contained in:
Jorolf
2017-09-21 22:07:23 +02:00
parent 5b90f45691
commit 72141935e8
7 changed files with 121 additions and 305 deletions

View File

@ -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))]