wjc
2022-03-23 d22864834edebb8215886f2286b028fcdd00d6b0
HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs
@@ -167,6 +167,7 @@
                    {
                        try
                        {
                            SendMethod.mMethod.RefreshDeviceStatus(new List<string> { a31player.functionMusic.deviceId });
                            System.Threading.Thread.Sleep(500);
                        }
@@ -245,7 +246,7 @@
                if (musicView.playBtn.IsSelected)
                {
                    musicView.playBtn.IsSelected = false;
                    status = ValueProperty.pause;
                    status = ValueProperty.off;
                }
                else
                {