mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Pull beatmap list from db and render simple list
This commit is contained in:
@ -125,4 +125,4 @@ namespace osu.Game.Database
|
||||
connection.Update(record);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ namespace osu.Game.Database
|
||||
{
|
||||
public class BeatmapMetadata
|
||||
{
|
||||
[PrimaryKey]
|
||||
[PrimaryKey, AutoIncrement]
|
||||
public int ID { get; set; }
|
||||
|
||||
public int BeatmapSetID { get; set; }
|
||||
|
Reference in New Issue
Block a user