陈嘉乐
2020-06-04 8ca9f1965c199cb3509287aeb8fb53f0e2e63e40
HDL_ON/UI/Music/MusicMain.cs
@@ -201,9 +201,17 @@
            musicView.View(verticalRefresh);
            musicView.singerBtn.Text = a31player.A31PlayStatus.Artist;
            musicView.songNameBtn.Text = a31player.A31PlayStatus.Title;
            musicView.musicNameBtn.Text = a31player.Name;
            //musicView.musicNameBtn.Text = a31player.Name;
            if (a31player.ServerClientType == 1)
            {
                musicView.musicNameBtn.Text = a31player.MainPlayName;
            }
            else
            {
                musicView.musicNameBtn.Text = a31player.Name;
            }
            musicView.regionBtn.TextID = StringId.region;
            EventHandler<MouseEventArgs> clickMergence = (sender, e) =>