This commit is contained in:
allen.yan 2025-08-15 17:57:07 +08:00
commit bf1c4a0af7

View File

@ -748,6 +748,7 @@ namespace DualScreenDemo
if (song != null){
Console.WriteLine($"Inserting Song: {song.getName()} by {song.getArtist_A()}");
// 这里可以添加插播歌曲的处理逻辑
song.getBasic().setNameTest("*");
SongList.Insert(song);
var response = new { status = "success", message = "Song inserted successfully" };
string jsonResponse = JsonConvert.SerializeObject(response);