mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +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)
|
private bool checkLocalCache(BeatmapSetInfo set, BeatmapInfo beatmapInfo)
|
||||||
|
Loading…
Reference in New Issue
Block a user