mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Remove unused cancellationToken
parameter in synchronous BeatmapOnlineLookupQueue
flow
This commit is contained in:
@ -54,7 +54,7 @@ namespace osu.Game.Beatmaps
|
||||
prepareLocalCache();
|
||||
}
|
||||
|
||||
public void Update(BeatmapSetInfo beatmapSet, CancellationToken cancellationToken)
|
||||
public void Update(BeatmapSetInfo beatmapSet)
|
||||
{
|
||||
foreach (var b in beatmapSet.Beatmaps)
|
||||
lookup(beatmapSet, b);
|
||||
|
Reference in New Issue
Block a user