Fix beatmap download notifications not showing beatmap name correctly

This commit is contained in:
Dean Herbert
2021-11-03 03:22:39 +09:00
parent fd46a1773f
commit 392559ae3e
3 changed files with 19 additions and 2 deletions

View File

@ -108,7 +108,7 @@ namespace osu.Game.Overlays.BeatmapSet.Buttons
return;
}
beatmaps.Download(new BeatmapSetInfo { OnlineBeatmapSetID = beatmapSet.OnlineID }, noVideo);
beatmaps.Download(beatmapSet, noVideo);
};
localUser.BindTo(api.LocalUser);