1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 15:57:19 +08:00
Dean Herbert 81461be49f Skip beatmap imports where ruleset is not present in realm
Closes #16651.

When a ruleset is not available, the `Find` call would return null. When
a null is passed to the constructor, `BeatmapInfo` would create an "osu"
ruleset, which tries to get stored to realm and fails on duplicate
primary key.

Probably need to add better safeties against this (or change that
constructor...) but this will fix the migration process.

Probably not serious enough to pull the build. This only affects
rulesets like karaoke which have custom beatmaps.
2022-01-28 00:14:20 +09:00
..
2021-12-03 18:49:49 +09:00
2021-12-03 14:30:15 +09:00
2021-12-27 20:26:28 -08:00
2022-01-26 15:21:14 +09:00