HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveMusicList.cs
@@ -54,7 +54,7 @@ var songs = A31MusicModel.Current.LoveMusicInfoList[i]; View.SongView songView = new View.SongView(); songView.SongFrameLayout(middViewLayout, songs); //添加收藏 songView.loveIcon.MouseUpEventHandler += (sender, e) => { var music= A31MusicModel.Current.LoveMusicInfoList.Find((m) => m.URL == songs.URL);