From c08b14a5e4eaa980a1d7eb9190c964971e071857 Mon Sep 17 00:00:00 2001 From: Linmj <33464433+cfmj@users.noreply.github.com> Date: Thu, 27 Oct 2022 09:54:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20helper.js=20bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/util/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/util/helper.js b/src/ui/util/helper.js index ec120265..2d16adbf 100644 --- a/src/ui/util/helper.js +++ b/src/ui/util/helper.js @@ -41,7 +41,7 @@ const helper = { break; case ['mp4', 'mkv', 'avi', 'flv'].includes(extension): - filename = 'audio'; + filename = 'video'; break; case ['zip', 'rar', 'tar', 'tar.gz'].includes(extension):