2509051211
刪除功能問題修正
This commit is contained in:
parent
3305f348fd
commit
bca39d98e2
@ -102,7 +102,7 @@ namespace DBObj
|
||||
|
||||
public static void Cancel(SongData song)
|
||||
{
|
||||
if (song.GetState() == PlayState.NotPlayed)
|
||||
if (song.GetState() == PlayState.NotPlayed||song.GetState() ==PlayState.InsertPlayback)
|
||||
{
|
||||
not_played.Remove(song);
|
||||
song.SetState(PlayState.Skipped);
|
||||
|
@ -121,6 +121,7 @@ namespace DualScreenDemo
|
||||
{
|
||||
SetVodScreenPictureBoxAndButtonsVisibility(false);
|
||||
SongList.Insert(currentSelectedSong);
|
||||
if (isOnOrderedSongsPage) orderedSongsButton.PerformClick();
|
||||
}
|
||||
|
||||
private void AlbumButton_Click(object sender, EventArgs e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user