Add tests for undownloadable / parts-removed beatmapsets

This commit is contained in:
KingLuigi4932
2019-06-12 20:42:52 +03:00
parent 744f32ab35
commit 1a50544c94
3 changed files with 342 additions and 8 deletions

View File

@ -27,6 +27,7 @@ namespace osu.Game.Overlays.BeatmapSet
beatmapSet = value;
removeLinks();
if (beatmapSet?.OnlineInfo.Availability != null)
{
Header?.ResizeHeightTo(450, 500);