diff --git a/osu.Game/Overlays/MusicController.cs b/osu.Game/Overlays/MusicController.cs index c69624bfda..449d588f26 100644 --- a/osu.Game/Overlays/MusicController.cs +++ b/osu.Game/Overlays/MusicController.cs @@ -318,7 +318,7 @@ namespace osu.Game.Overlays { Task.Run(() => { - if (beatmap.Beatmap == null) + if (beatmap?.Beatmap == null) //todo: we may need to display some default text here (currently in the constructor). return;