Add inline comment

This commit is contained in:
iiSaLMaN 2019-11-14 14:19:42 +03:00
parent 172e777416
commit 4e79bbad6b
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ public void StopAnyPlaying(IPreviewTrackOwner source)
return;
current.Stop();
// CurrentTrack must not change until the scheduled stopped event has been invoked.
// To ensure that this doesn't early-return on (CurrentTrack != track) check.
}
/// <summary>