修复使用酷狗码无法打开某些类型的歌单的问题
parent
fe7bc924da
commit
fea2db0e29
|
@ -3,3 +3,4 @@
|
||||||
|
|
||||||
- 修复同步连接的处理问题
|
- 修复同步连接的处理问题
|
||||||
- 修复记住播放进度的情况下,使用Scheme URL打开应用播放的歌曲进度没有被重置的问题
|
- 修复记住播放进度的情况下,使用Scheme URL打开应用播放的歌曲进度没有被重置的问题
|
||||||
|
- 修复使用酷狗码无法打开某些类型的歌单的问题
|
||||||
|
|
|
@ -224,6 +224,7 @@ export default {
|
||||||
// console.log(songInfo)
|
// console.log(songInfo)
|
||||||
let songList
|
let songList
|
||||||
let info = songInfo.info
|
let info = songInfo.info
|
||||||
|
if (info.global_collection_id) return this.getUserListDetail2(info.global_collection_id)
|
||||||
if (info.userid != null) {
|
if (info.userid != null) {
|
||||||
songList = await this.createHttp('http://www2.kugou.kugou.com/apps/kucodeAndShare/app/', {
|
songList = await this.createHttp('http://www2.kugou.kugou.com/apps/kucodeAndShare/app/', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
|
Loading…
Reference in New Issue