diff --git a/osu.Game/Overlays/MusicController.cs b/osu.Game/Overlays/MusicController.cs index 26f335750e..43e8b73076 100644 --- a/osu.Game/Overlays/MusicController.cs +++ b/osu.Game/Overlays/MusicController.cs @@ -29,8 +29,12 @@ namespace osu.Game.Overlays private SpriteText title, artist; private Texture fallbackTexture; - private TrackManager trackManager; private List playList; + private List playHistory; + private int playListIndex; + private int playHistoryIndex; + + private TrackManager trackManager; private BeatmapDatabase database; private Bindable beatmapSource; private WorkingBeatmap current;