| | |
| | | static readonly string a31MusiceModeListFilePath = "A31MusiceModeListFilePath"; |
| | | static A31MusicModel() |
| | | { |
| | | Refresh(); |
| | | //Refresh(); |
| | | } |
| | | |
| | | |
| | |
| | | public bool IsCanShow = true; |
| | | |
| | | /// <summary> |
| | | /// 是否在线,如果在线就允许读取信息 |
| | | /// </summary> |
| | | public bool IsOnLine = true; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 列表 |
| | | /// </summary> |
| | | public List<PalyList> palyLists = new List<PalyList>(); |
| | |
| | | /// 喜爱音乐列表 |
| | | /// </summary> |
| | | public List<Songs> LoveMusicInfoList = new List<Songs>(); |
| | | |
| | | /// <summary> |
| | | /// DLNA所有列表 |
| | | /// </summary> |
| | | public List<Songs> dlnaMusicInfoLists = new List<Songs>(); |
| | | |
| | | /// <summary> |
| | | ///创建音乐文件列表 |
| | |
| | | } |
| | | return list.songs; |
| | | } |
| | | /// <summary> |
| | | /// 记录主播放器是否被收藏(秀桡定义的) |
| | | /// </summary> |
| | | public bool MainPlayCollection = false; |
| | | |
| | | |
| | | public Slaves Slave = new Slaves(); |
| | | /// <summary> |