diff --git a/osu.Game/Overlays/MusicController.cs b/osu.Game/Overlays/MusicController.cs index 450ea74133..ae3e8d56ff 100644 --- a/osu.Game/Overlays/MusicController.cs +++ b/osu.Game/Overlays/MusicController.cs @@ -183,7 +183,7 @@ namespace osu.Game.Overlays play(playList.First().Beatmaps[0], true); else return; - } + } if (current.Track.IsRunning) current.Track.Stop(); else diff --git a/osu.Game/Overlays/PlaylistController.cs b/osu.Game/Overlays/PlaylistController.cs index 8039b3597d..0e87345567 100644 --- a/osu.Game/Overlays/PlaylistController.cs +++ b/osu.Game/Overlays/PlaylistController.cs @@ -236,7 +236,7 @@ namespace osu.Game.Overlays { newItems.Add(new PlaylistItem(value[i], i) { - OnSelect = OnSelect, + OnSelect = OnSelect, }); } @@ -380,7 +380,7 @@ namespace osu.Game.Overlays { foreach (OsuSpriteText t in artist) t.Colour = colours.Gray9; - + icon.Colour = colours.Gray5; currentColour = colours.Yellow; }