1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-04-07 12:19:33 +08:00

fix: 搜索歌曲窗口不自动关闭 see #351

This commit is contained in:
涵曦
2025-01-05 11:23:16 +08:00
parent abe70b1146
commit 4adfc0e3b1

View File

@@ -709,5 +709,6 @@ function confirmSearch() {
}
console.log("confirmSearch", filename, search_key);
do_play_music(filename, search_key);
toggleSearch();
}