OrderByTotalScore()
BeatmapLeaderboard
TopLocalRank
Fixed this here because that blocks `Schedule` from running, and I don't want to add another override to the `IsPresent` flag.
realm.Write
realm.RegisterForNotifications
RealmContextFactory
RealmAccess
QueryAsyncWithNotifications
Register
Fix missing detach calls in `MusicController`
This addresses the number one performance concern with realm (when entering song select). Previous logic was causing instantiation and property reads of every score in the database due to the `AsEnumerable` specfication.
Filter