mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 13:42:09 +08:00
修复kg某些歌单链接无法打开的问题
This commit is contained in:
parent
43906f9506
commit
a4a6a782c9
@ -1,3 +1,4 @@
|
||||
### 修复
|
||||
|
||||
- 修复某些歌曲的桌面歌词翻译或罗马音没有显示的问题
|
||||
- 修复kg某些歌单链接无法打开的问题
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user