From 89355331b9b099afca21e8692c43b18e9318a3ad Mon Sep 17 00:00:00 2001 From: jasonchenwork Date: Wed, 9 Apr 2025 10:21:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A8=BB=E8=A7=A30409?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TCPServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCPServer.cs b/TCPServer.cs index a7db93f..87d0ff8 100644 --- a/TCPServer.cs +++ b/TCPServer.cs @@ -216,7 +216,7 @@ namespace DualScreenDemo }); VideoPlayerForm.publicPlaylist = new List(); VideoPlayerForm.playingSongList = new List(); - VideoPlayerForm.Instance.PlayPublicPlaylist(); // 播放下一首歌曲 + VideoPlayerForm.Instance.PlayPublicPlaylist(); // 播放公播 // 更新狀態檔案為 OPEN UpdateStateFile(stateFilePath, "OPEN"); continue;