mirror of
https://github.com/ppy/osu.git
synced 2025-03-25 11:47:19 +08:00
If not obvious, the issue with previous code is that it was checking for `IsAvailableLocally`, while the import is happening on a different thread, so that method could return `true` before the importing has finished and `ItemUpdated` event is called.