mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Cleanup.
This commit is contained in:
@ -194,7 +194,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
getSetsRequest.Success += r =>
|
||||
{
|
||||
BeatmapSets = r?.Select(response => response.ToSetInfo(rulesets));
|
||||
BeatmapSets = r?.Select(response => response.ToBeatmapSet(rulesets));
|
||||
|
||||
var artists = new List<string>();
|
||||
var songs = new List<string>();
|
||||
|
Reference in New Issue
Block a user