修复歌曲下载列表无法加载的问题
parent
2bc4912416
commit
1b381af7a7
|
@ -204,7 +204,7 @@ export default {
|
|||
this.initList({ defaultList, loveList })
|
||||
},
|
||||
initDownloadList() {
|
||||
let downloadList = window.electronStore_list.get('download.list')
|
||||
let downloadList = window.electronStore_list.get('downloadList')
|
||||
if (downloadList) {
|
||||
downloadList.forEach(item => {
|
||||
if (item.status == this.downloadStatus.RUN || item.status == this.downloadStatus.WAITING) {
|
||||
|
|
Loading…
Reference in New Issue