手機插播歌名標記
This commit is contained in:
parent
4c962b14ce
commit
a563cd9e8c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user