2508191553
使已點歌曲刪除功能不適用播放中歌曲
This commit is contained in:
parent
cd25b63116
commit
c634c8e27c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user