From 2aa4ff8422708119661f6f19a45690ab5bc849fb Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 23 Nov 2022 18:04:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=92=AD=E6=94=BE=E7=A8=8D?= =?UTF-8?q?=E5=90=8E=E6=92=AD=E6=94=BE=E7=9A=84=E6=AD=8C=E6=9B=B2=E6=97=B6?= =?UTF-8?q?=E5=9C=A8=E5=8E=9F=E6=92=AD=E6=94=BE=E5=88=97=E8=A1=A8=E8=A2=AB?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=98=AF=E6=84=8F=E5=A4=96=E5=88=87=E6=AD=8C?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/core/useApp/usePlayer/useWatchList.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/core/useApp/usePlayer/useWatchList.ts b/src/renderer/core/useApp/usePlayer/useWatchList.ts index 005f6429..b1dd41c4 100644 --- a/src/renderer/core/useApp/usePlayer/useWatchList.ts +++ b/src/renderer/core/useApp/usePlayer/useWatchList.ts @@ -20,7 +20,7 @@ export default () => { setTimeout(() => { setPlayMusicInfo(null, null) }) - } else { + } else if (!playMusicInfo.isTempPlay) { console.log('current music removed') void playNext(true) }