就放tx源歌词获取失败的问题

This commit is contained in:
lyswhut 2023-03-29 19:27:32 +08:00
parent d31b47e155
commit b481d0367f
2 changed files with 2 additions and 1 deletions

View File

@ -11,3 +11,4 @@
- 修复歌单排序列表滚动重置问题
- 修复搜索提示列表的显示时机问题
- 就放tx源歌词获取失败的问题

View File

@ -18,7 +18,7 @@ const tx = {
},
getLyric(songInfo) {
// let singer = songInfo.singer.indexOf('、') > -1 ? songInfo.singer.split('、')[0] : songInfo.singer
return lyric.getLyric(songInfo)
return lyric.getLyric(songInfo.songmid)
},
getPic(songInfo) {
return apis('tx').getPic(songInfo)