From fd888555a4758e30c07799a09ae146f1746425f1 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 22 十二月 2021 18:17:18 +0800 Subject: [PATCH] 2021-12-22-01 --- HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicSourcePage.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicSourcePage.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicSourcePage.cs index 572d534..bf32937 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicSourcePage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicSourcePage.cs @@ -184,7 +184,7 @@ { try { - if (A31MusicModel.Current.palyListInfos.Count == 0) + if (A31MusicModel.Current.palyLists.Count == 0) { SendMethod.sendMethod.GetPalyList(A31MusicModel.Current.functionMusic); -- Gitblit v1.8.0