From df7c5aad59e9a923e0764fabd35edb850c6e7b82 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 24 一月 2022 11:26:20 +0800
Subject: [PATCH] ios友盟sdk
---
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