陈嘉乐
2020-06-16 7167334c0e89dd84827d59e726123d14776e3a09
HDL_ON/UI/Music/A31LoveMusicList.cs
@@ -28,9 +28,17 @@
            topView.clickBackBtn.MouseUpEventHandler += (sender, e) =>
            {
                if (updateSelectedMusicThread != null || updateSelectedMusicThread.IsAlive)
                if (updateSelectedMusicThread != null)
                {
                    updateSelectedMusicThread.Abort();
                    try
                    {
                        if (updateSelectedMusicThread.IsAlive)
                        {
                            updateSelectedMusicThread.Abort();
                            ///关闭线程
                        }
                    }
                    catch { }
                }
                this.RemoveFromParent();
            };
@@ -340,7 +348,7 @@
                sb.AppendLine("<dc:title>" + tempMusicInfo.Title + "</dc:title>");
                sb.AppendLine("<dc:creator>DJ Sanny J</dc:creator>");
                sb.AppendLine("<upnp:artist>" + tempMusicInfo.Artist + "</upnp:artist>");
                sb.AppendLine("<upnp:artist>" + listName + "</upnp:artist>");
                sb.AppendLine("<upnp:album>" + tempMusicInfo.Album + "</upnp:album>");
                sb.AppendLine("<upnp:albumArtURI>unknown</upnp:albumArtURI>");
                sb.AppendLine("</item>");