mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 20:22:58 +08:00
CI fix
This commit is contained in:
parent
5d846bff7b
commit
a12052ac51
@ -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 =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user