mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09: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.