mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Ensure an OnlineBeatmapID is present before attempting API requests
This commit is contained in:
@ -130,7 +130,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
Scores = null;
|
||||
getScoresRequest?.Cancel();
|
||||
|
||||
if (api == null || Beatmap == null) return;
|
||||
if (api == null || Beatmap?.OnlineBeatmapID == null) return;
|
||||
|
||||
loading.Show();
|
||||
|
||||
|
Reference in New Issue
Block a user