mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Disable download button + Fix AppVeyor Errors
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user