mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 22:22:55 +08:00
Wrap BeatmapOnlineLookupQueue
cache request in a task
This commit is contained in:
parent
2822ae0981
commit
67341db0e7
@ -153,7 +153,7 @@ namespace osu.Game.Beatmaps
|
||||
}
|
||||
};
|
||||
|
||||
cacheDownloadRequest.PerformAsync();
|
||||
Task.Run(() => cacheDownloadRequest.PerformAsync());
|
||||
}
|
||||
|
||||
private bool checkLocalCache(BeatmapSetInfo set, BeatmapInfo beatmapInfo)
|
||||
|
Loading…
Reference in New Issue
Block a user