mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
CI fix
This commit is contained in:
@ -47,6 +47,9 @@ namespace osu.Game.Overlays.Profile.Sections.Beatmaps
|
||||
|
||||
foreach (var s in sets)
|
||||
{
|
||||
if (!s.OnlineBeatmapSetID.HasValue)
|
||||
continue;
|
||||
|
||||
var subReq = new GetBeatmapSetRequest(s.OnlineBeatmapSetID.Value);
|
||||
subReq.Success += b =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user