diff --git a/osu.Game/Overlays/MusicController.cs b/osu.Game/Overlays/MusicController.cs
index c5ba82288c..813ad26ae4 100644
--- a/osu.Game/Overlays/MusicController.cs
+++ b/osu.Game/Overlays/MusicController.cs
@@ -105,7 +105,7 @@ namespace osu.Game.Overlays
///
/// Returns whether the beatmap track is loaded.
///
- public bool TrackLoaded => CurrentTrack.IsLoaded;
+ public bool TrackLoaded => CurrentTrack.TrackLoaded;
private void beatmapUpdated(ValueChangedEvent> weakSet)
{