From 984bd6687b995dcf51e838599c7dd6cfce8d94cc Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 5 Jan 2022 15:47:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/player/playList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/player/playList.js b/src/plugins/player/playList.js index 8fa9ce9..2d3ba62 100644 --- a/src/plugins/player/playList.js +++ b/src/plugins/player/playList.js @@ -164,14 +164,14 @@ const debounceUpdateMetaInfoTools = { _track = null // isDelayRun = false fn(track) - }, 1500) + }, 1200) } else { isDelayRun = true fn(track) BackgroundTimer.setTimeout(() => { // delayTimer = null isDelayRun = false - }, 1500) + }, 1200) } } },