diff --git a/src/renderer/store/modules/player.js b/src/renderer/store/modules/player.js index 87d3d083..cfde88f0 100644 --- a/src/renderer/store/modules/player.js +++ b/src/renderer/store/modules/player.js @@ -63,7 +63,7 @@ const filterList = async({ playedList, listInfo, savePath, commit }) => { } const getPic = function(musicInfo, retryedSource = [], originMusic) { - console.log(musicInfo.source) + // console.log(musicInfo.source) return music[musicInfo.source].getPic(musicInfo).promise.catch(err => { if (!retryedSource.includes(musicInfo.source)) retryedSource.push(musicInfo.source) return this.dispatch('list/getOtherSource', musicInfo).then(otherSource => {