2508191553

使已點歌曲刪除功能不適用播放中歌曲
This commit is contained in:
jasonchenwork 2025-08-19 15:54:13 +08:00
parent cd25b63116
commit c634c8e27c

View File

@ -104,7 +104,7 @@ namespace DualScreenDemo
if (isOnOrderedSongsPage) if (isOnOrderedSongsPage)
{ {
SetVodScreenPictureBoxAndButtonsVisibility(false); SetVodScreenPictureBoxAndButtonsVisibility(false);
SongList.Cancel(currentSelectedSong); if(currentSelectedSong.GetState()!=PlayState.Playing)SongList.Cancel(currentSelectedSong);
orderedSongsButton.PerformClick(); orderedSongsButton.PerformClick();
} }
else else