From d21a344898d0fe0eeb9f67b6517ae0a1bf40daec Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 15 三月 2022 14:24:09 +0800
Subject: [PATCH] 发布版本
---
HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs | 18 ++----------------
1 files changed, 2 insertions(+), 16 deletions(-)
diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs
index 16da59d..92009db 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs
+++ b/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>
--
Gitblit v1.8.0