From 24d5722ef72319584852f091557d85464d6cbfc1 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Fri, 19 Feb 2021 22:10:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/store/modules/player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {