Pull beatmap list from db and render simple list

This commit is contained in:
Drew DeVault
2016-10-19 10:31:10 -04:00
parent 2ef516a6fa
commit a14edc06c8
4 changed files with 28 additions and 8 deletions

View File

@ -125,4 +125,4 @@ namespace osu.Game.Database
connection.Update(record);
}
}
}
}

View File

@ -8,7 +8,7 @@ namespace osu.Game.Database
{
public class BeatmapMetadata
{
[PrimaryKey]
[PrimaryKey, AutoIncrement]
public int ID { get; set; }
public int BeatmapSetID { get; set; }