Disable download button + Fix AppVeyor Errors

This commit is contained in:
KingLuigi4932
2019-06-10 21:13:37 +03:00
parent 3202110b80
commit 70fdd4ba5b
5 changed files with 31 additions and 33 deletions

View File

@ -121,7 +121,7 @@ namespace osu.Game.Overlays
public void ShowBeatmapSet(BeatmapSetInfo set)
{
// Re-fetching is the correct way forward.
FetchAndShowBeatmapSet((int)set.OnlineBeatmapSetID);
FetchAndShowBeatmapSet(set.OnlineBeatmapSetID ?? 0);
scroll.ScrollTo(0);
}
}