From c634c8e27c7f7bd030b287cfbeded21f317910b5 Mon Sep 17 00:00:00 2001 From: jasonchenwork Date: Tue, 19 Aug 2025 15:54:13 +0800 Subject: [PATCH] =?UTF-8?q?2508191553=20=E4=BD=BF=E5=B7=B2=E9=BB=9E?= =?UTF-8?q?=E6=AD=8C=E6=9B=B2=E5=88=AA=E9=99=A4=E5=8A=9F=E8=83=BD=E4=B8=8D?= =?UTF-8?q?=E9=81=A9=E7=94=A8=E6=92=AD=E6=94=BE=E4=B8=AD=E6=AD=8C=E6=9B=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PrimaryFormParts/PrimaryForm.VodScreen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrimaryFormParts/PrimaryForm.VodScreen.cs b/PrimaryFormParts/PrimaryForm.VodScreen.cs index 13da108..3e05bda 100644 --- a/PrimaryFormParts/PrimaryForm.VodScreen.cs +++ b/PrimaryFormParts/PrimaryForm.VodScreen.cs @@ -104,7 +104,7 @@ namespace DualScreenDemo if (isOnOrderedSongsPage) { SetVodScreenPictureBoxAndButtonsVisibility(false); - SongList.Cancel(currentSelectedSong); + if(currentSelectedSong.GetState()!=PlayState.Playing)SongList.Cancel(currentSelectedSong); orderedSongsButton.PerformClick(); } else