Merge branch 'main' of http://47.251.18.130:3000/Leecheng/superstar_v2
This commit is contained in:
commit
bf1c4a0af7
@ -748,6 +748,7 @@ namespace DualScreenDemo
|
|||||||
if (song != null){
|
if (song != null){
|
||||||
Console.WriteLine($"Inserting Song: {song.getName()} by {song.getArtist_A()}");
|
Console.WriteLine($"Inserting Song: {song.getName()} by {song.getArtist_A()}");
|
||||||
// 这里可以添加插播歌曲的处理逻辑
|
// 这里可以添加插播歌曲的处理逻辑
|
||||||
|
song.getBasic().setNameTest("*");
|
||||||
SongList.Insert(song);
|
SongList.Insert(song);
|
||||||
var response = new { status = "success", message = "Song inserted successfully" };
|
var response = new { status = "success", message = "Song inserted successfully" };
|
||||||
string jsonResponse = JsonConvert.SerializeObject(response);
|
string jsonResponse = JsonConvert.SerializeObject(response);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user