mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 13:42:09 +08:00
修复wy我喜欢使用token的方式导入
This commit is contained in:
parent
265bb4df28
commit
04d496c178
@ -5,6 +5,7 @@
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复wy我喜欢列表使用token的方式导入,现在移动端可以使用token的方式导入我喜欢列表的音乐了,这意味着从PC端同步过来的歌单也可以在移动端上更新
|
||||
- 修复在线列表的多选问题
|
||||
- 修复mg搜索不显示时长的问题(@Folltoshe)
|
||||
- 修复mg评论加载失败的问题(@Folltoshe)
|
||||
|
@ -93,6 +93,7 @@ export default {
|
||||
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36',
|
||||
Cookie: this.cookie,
|
||||
},
|
||||
credentials: 'omit',
|
||||
cache: 'default',
|
||||
form: linuxapi({
|
||||
method: 'POST',
|
||||
|
Loading…
x
Reference in New Issue
Block a user