diff --git a/publish/changeLog.md b/publish/changeLog.md index 5376157..2d4ed9d 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -1,3 +1,4 @@ ### 修复 - 修复某些歌曲的桌面歌词翻译或罗马音没有显示的问题 +- 修复kg某些歌单链接无法打开的问题 diff --git a/src/utils/music/kg/songList.js b/src/utils/music/kg/songList.js index 7cd13af..3477fe3 100644 --- a/src/utils/music/kg/songList.js +++ b/src/utils/music/kg/songList.js @@ -508,7 +508,7 @@ export default { } else return this.getUserListDetail3(location.replace(/.+\/(\w+).html(?:\?.*|&.*$|#.*$|$)/, '$1'), page) } // console.log('location', location) - return this.getUserListDetail(link, page, ++retryNum) + // return this.getUserListDetail(link, page, ++retryNum) } if (typeof body == 'string') return this.getUserListDetail2(body.replace(/^[\s\S]+?"global_collection_id":"(\w+)"[\s\S]+?$/, '$1')) if (body.errcode !== 0) return this.getUserListDetail(link, page, ++retryNum)