This commit is contained in:
Dan Balasescu 2022-06-27 20:40:02 +09:00 committed by GitHub
parent 50c1c066de
commit 6c6de9ce53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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