wjc
2022-01-14 80e4fc87ee91231d1b452c845ff8a57727d4dc44
HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs
@@ -13,7 +13,7 @@
        static readonly string a31MusiceModeListFilePath = "A31MusiceModeListFilePath";
        static A31MusicModel()
        {
            Refresh();
            //Refresh();
        }
     
@@ -78,12 +78,6 @@
        public bool IsCanShow = true;
        /// <summary>
        /// 是否在线,如果在线就允许读取信息
        /// </summary>
        public bool IsOnLine = true;
        /// <summary>
        /// 列表
        /// </summary>
        public List<PalyList> palyLists = new List<PalyList>(); 
@@ -92,11 +86,6 @@
        ///  喜爱音乐列表
        /// </summary>
        public List<Songs> LoveMusicInfoList = new List<Songs>();
        /// <summary>
        /// DLNA所有列表
        /// </summary>
        public List<Songs> dlnaMusicInfoLists = new List<Songs>();
        /// <summary>
        ///创建音乐文件列表
@@ -122,10 +111,7 @@
            }
            return list.songs;
        }
        /// <summary>
        /// 记录主播放器是否被收藏(秀桡定义的)
        /// </summary>
        public bool MainPlayCollection = false;
        public Slaves Slave = new Slaves();
        /// <summary>