陈嘉乐
2020-06-04 9f4190da49187e9df86cec915f6ba82baf6058ac
HDL_ON/UI/Music/MusicMain.cs
@@ -201,18 +201,8 @@
            musicView.View(verticalRefresh);
            musicView.singerBtn.Text = a31player.A31PlayStatus.Artist;
            musicView.songNameBtn.Text = a31player.A31PlayStatus.Title;
            //musicView.musicNameBtn.Text = a31player.Name;
            if (a31player.ServerClientType == 1)
            {
                musicView.musicNameBtn.Text = a31player.MainPlayName;
            }
            else
            {
                musicView.musicNameBtn.Text = a31player.Name;
            }
            musicView.musicNameBtn.Text = new View.DialogView { }.NamePlayer(a31player);
            musicView.regionBtn.TextID = StringId.region;
            EventHandler<MouseEventArgs> clickMergence = (sender, e) =>
            {
@@ -292,14 +282,7 @@
                    {
                        musicView.singerBtn.Text = a31player.A31PlayStatus.Artist;
                        musicView.songNameBtn.Text = a31player.A31PlayStatus.Title;
                        if (a31player.ServerClientType == 1)
                        {
                            musicView.musicNameBtn.Text = a31player.MainPlayName;
                        }
                        else
                        {
                            musicView.musicNameBtn.Text = a31player.Name;
                        }
                        musicView.musicNameBtn.Text = new View.DialogView { }.NamePlayer(a31player);
                        if (a31player.A31PlayStatus.status == "play")
                        {
                            musicView.playBtn.IsSelected = true;