wjc
2022-02-21 7fb69cb21a45dea229fa6041d5d9b8bf7c85870e
HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs
@@ -229,7 +229,7 @@
                A31MusicModel.Current.functionMusic.SetAttrState(KeyProperty.song_step,ValueProperty.down);
                Dictionary<string, string> dic = new Dictionary<string, string>();
                dic.Add(KeyProperty.song_step, ValueProperty.down);
                dic.Add(KeyProperty.song_step, ValueProperty.up);
                SendMethod.mMethod.SendControlCommand(A31MusicModel.Current.functionMusic, dic);
            };