修复kg歌曲详情页的歌曲无法播放的问题
parent
ef371dedb4
commit
d128aeb6ef
|
@ -16,3 +16,4 @@
|
|||
- 修复搜索列表双击不支持播放的源时会导致切歌的问题
|
||||
- 修复歌单列表加载失败时无法进入歌单打开界面的问题
|
||||
- 修复mg源歌单列表无法加载的问题
|
||||
- 修复kg歌曲详情页的歌曲无法播放的问题
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue