修复kg歌曲详情页的歌曲无法播放的问题

pull/459/head
lyswhut 2021-02-19 11:47:25 +08:00
parent ef371dedb4
commit d128aeb6ef
2 changed files with 2 additions and 1 deletions

View File

@ -16,3 +16,4 @@
- 修复搜索列表双击不支持播放的源时会导致切歌的问题
- 修复歌单列表加载失败时无法进入歌单打开界面的问题
- 修复mg源歌单列表无法加载的问题
- 修复kg歌曲详情页的歌曲无法播放的问题

View File

@ -26,7 +26,7 @@ const kg = {
return pic.getPic(songInfo)
},
getMusicDetailPageUrl(songInfo) {
return `https://www.kugou.com/song/#hash=${songInfo.hash}`
return `https://www.kugou.com/song/#hash=${songInfo.hash}&album_id=${songInfo.albumId}`
},
// getPic(songInfo) {
// return apis('kg').getPic(songInfo)