From ba87c5e4b6e69c80bf6628ee0321d29a1a6fd762 Mon Sep 17 00:00:00 2001 From: amuliang <982632988@qq.com> Date: Sun, 18 Feb 2024 18:03:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E4=BF=AE=E6=94=B9mp3?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/model/StoreModel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/model/StoreModel.js b/app/model/StoreModel.js index 79d5452..6f654bb 100644 --- a/app/model/StoreModel.js +++ b/app/model/StoreModel.js @@ -30,9 +30,9 @@ function storeResource(path, url) { async function storeMusic(path, url, info) { await storeResource(path, url); - if(info.extension == 'mp3') { - await modifyMP3Info2(path, info); - } + // if(info.extension == 'mp3') { + // await modifyMP3Info2(path, info); + // } } // async function modifyMP3Info(path, info) {