點歌流程卡頓調整

This commit is contained in:
jasonchenwork 2025-06-24 10:46:31 +08:00
parent eafd322a0d
commit 7eb8f395a0

View File

@ -116,9 +116,10 @@ namespace DualScreenDemo
}
private void VodButton_Click(object sender, EventArgs e)
private async void VodButton_Click(object sender, EventArgs e)
{
SetVodScreenPictureBoxAndButtonsVisibility(false);
await Task.Delay(1000);
OverlayForm.MainForm.AddSongToPlaylist(currentSelectedSong);
}