mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 03:39:53 +08: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