HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneFunctionInfoPage.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneFunctionInfoPage.cs
@@ -243,9 +243,15 @@ { scene.functions.Remove(temp); } //else { scene.functions.Insert(0, sceneFunction); if (sceneFunction.localFunction.spk == SPK.MusicStandard) { if (sceneFunction.status.Find((obj) => obj.key == FunctionAttributeKey.PlaylistName) == null) { sceneFunction.status.Add(new SceneFunctionStatus() { key = FunctionAttributeKey.PlaylistName, value = "hdl_special" }); } } if (!string.IsNullOrEmpty(scene.userSceneId)) {