修复使用酷狗码无法打开某些类型的歌单的问题

pull/1229/head
lyswhut 2023-02-26 16:58:27 +08:00
parent fe7bc924da
commit fea2db0e29
2 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,4 @@
- 修复同步连接的处理问题
- 修复记住播放进度的情况下使用Scheme URL打开应用播放的歌曲进度没有被重置的问题
- 修复使用酷狗码无法打开某些类型的歌单的问题

View File

@ -224,6 +224,7 @@ export default {
// console.log(songInfo)
let songList
let info = songInfo.info
if (info.global_collection_id) return this.getUserListDetail2(info.global_collection_id)
if (info.userid != null) {
songList = await this.createHttp('http://www2.kugou.kugou.com/apps/kucodeAndShare/app/', {
method: 'POST',