歌星 轉 歌曲 錨點

This commit is contained in:
jasonchenwork 2025-04-18 15:48:41 +08:00
parent 925c886276
commit db9ab8231f

View File

@ -323,6 +323,7 @@ namespace DualScreenDemo
artistLabel.Click += (sender, e) =>
{
string searchText = artistLabel.Text; // 取得輸入內容
// 歌星 轉 歌曲
string query = $"SELECT * FROM SongLibrary WHERE `歌星 A` = '{searchText}' OR `歌星 B` = '{searchText}'";
var searchResults = PrimaryForm.Instance.SearchSongs_Mysql(query);
// 重置分頁