修复酷狗歌单热门标签列表无法加载问题

pull/166/head
lyswhut 2020-02-15 00:15:11 +08:00
parent 5357ed3746
commit 30e66473db
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@
- 修复大窗口时设置的音乐来源选项不换行的问题
- 修复某些情况下暂停任务会自动开始任务的问题
- 修复移除暂停、错误的任务时不删除未下载完成的文件的问题
- 修复酷狗歌单热门标签列表无法加载问题
### 其他

View File

@ -65,7 +65,7 @@ export default {
for (const key of Object.keys(rawData.data)) {
let tag = rawData.data[key]
result.push({
id: tag.id,
id: tag.special_id,
name: tag.special_name,
source: 'kg',
})