Skip to content

Commit

Permalink
修复无法从歌单界面打开网易歌单详情的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Aug 23, 2021
1 parent 78b1286 commit fdf7b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
18 changes: 1 addition & 17 deletions publish/changeLog.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
如果你喜欢并经常使用洛雪音乐,并想要第一时间尝鲜洛雪的新功能,可以加入测试企鹅群768786588,
注意:测试版的功可能会不稳定,打算潜水的勿加。

### 新增

- 新增横屏状态下的播放详情页
- 新增橙、粉、灰主题色
- 新增桌面歌词的字体大小、透明度设置
- 新增我的列表内歌曲搜索定位功能

### 调整

- 为了与搜索、歌单操作栏位置统一,现将我的列表-收藏的列表操作栏由底部挪到顶部

### 修复

- 修复tx源的歌词无法显示的问题
- 修复随机播放模式下使用稍后播放功能会导致歌曲单曲循环的问题
- 修复某些情况下桌面歌词会导致APP崩溃的问题
- 修复无法从歌单界面打开网易歌单详情的问题
2 changes: 1 addition & 1 deletion src/utils/music/wy/songList.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {
if (this._requestObj_listDetail) this._requestObj_listDetail.cancelHttp()
if (tryNum > 2) return Promise.reject(new Error('try max num'))

if (id.includes('###')) {
if (/###/.test(id)) {
const [url, token] = id.split('###')
id = url
this.cookie = `MUSIC_U=${token}`
Expand Down

0 comments on commit fdf7b13

Please sign in to comment.