修复QQ源歌单热门标签歌单列表无法加载问题
parent
30e66473db
commit
e58471fe37
|
@ -17,7 +17,8 @@
|
|||
- 修复大窗口时设置的音乐来源选项不换行的问题
|
||||
- 修复某些情况下暂停任务会自动开始任务的问题
|
||||
- 修复移除暂停、错误的任务时不删除未下载完成的文件的问题
|
||||
- 修复酷狗歌单热门标签列表无法加载问题
|
||||
- 修复酷狗源歌单热门标签歌单列表无法加载问题
|
||||
- 修复QQ源歌单热门标签歌单列表无法加载问题
|
||||
|
||||
### 其他
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ export default {
|
|||
let result = tagHtml.match(this.regexps.hotTag)
|
||||
if (!result) return
|
||||
hotTags.push({
|
||||
id: result[1],
|
||||
id: parseInt(result[1]),
|
||||
name: result[2],
|
||||
source: 'tx',
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue