This commit is contained in:
Dan Balasescu
2022-06-27 20:40:02 +09:00
committed by GitHub
parent 50c1c066de
commit 6c6de9ce53

View File

@ -107,7 +107,7 @@ namespace osu.Game.Overlays
if (beatmap.Disabled) if (beatmap.Disabled)
return; return;
Logger.Log($"{nameof(MusicController)} skipping to next track to {nameof(EnsurePlayingSomething)}"); Logger.Log($"{nameof(MusicController)} skipping next track to {nameof(EnsurePlayingSomething)}");
NextTrack(); NextTrack();
} }
else if (!IsPlaying) else if (!IsPlaying)