mirror of https://github.com/ppy/osu
Also add realm ruleset count
This commit is contained in:
parent
5ec05a8653
commit
9331c62306
|
@ -127,6 +127,8 @@ private void processLogEntry(LogEntry entry)
|
|||
BeatmapSets = realm.All<BeatmapSetInfo>().Count(),
|
||||
Beatmaps = realm.All<BeatmapInfo>().Count(),
|
||||
Files = realm.All<RealmFile>().Count(),
|
||||
Rulesets = realm.All<RulesetInfo>().Count(),
|
||||
RulesetsAvailable = realm.All<RulesetInfo>().Count(r => r.Available),
|
||||
Skins = realm.All<SkinInfo>().Count(),
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue