ImportAsUpdate
TimelineZoom
BeatmapInfo
GridSize
DistanceSpacing
SamplesMatchPlaybackRate
EpilepsyWarning
WidescreenStoryboard
LetterboxInBreaks
SpecialStyle
StackLeniency
AudioLeadIn
Closes https://github.com/ppy/osu/issues/24926.
ArchiveReader
GetPath
GetFullPath
Populate
Feels like a better place to be doing this. I think we want to keep any kind of potentially expensive work in the `Populate` method.
Ensure scores always have the correct linked `BeatmapInfo`
PostImport
ConfigureAwait
ImportParameter
IModelImporter
batchImport
This covers the rare case where metadata may have changed server-side but not the beatmap itself. Tested with the provided user database to resolve the issue. Closes #19976.