HDL_ON/UI/UI2/FuntionControlView/Music/A31SongPlay.cs
@@ -140,6 +140,8 @@ { System.Threading.Thread updateSelectedMusicThread = new System.Threading.Thread(() => { try { while (frame.Parent != null) { //A31MusicModel.LogMusic("已启动更新音乐列表某一条音乐状态的线程"); @@ -178,6 +180,8 @@ }); } } catch (Exception e) { } }); updateSelectedMusicThread.Start(); }