From 34c9d94b9fb561ca6e8ba01ea609be40779cb56d Mon Sep 17 00:00:00 2001 From: Yutousama <583819556@qq.com> Date: Mon, 11 Apr 2022 13:17:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BD=95=E5=B1=8F=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=92=AD=E6=94=BE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/html/body/bilibili/video.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/html/body/bilibili/video.html b/Web/html/body/bilibili/video.html index 5be82c9..b58f7e7 100644 --- a/Web/html/body/bilibili/video.html +++ b/Web/html/body/bilibili/video.html @@ -108,7 +108,7 @@ stashInitialSize: 512 * 1024, enableStashBuffer: true } - let playType = 'flv' + let playType = 'mp4' if (url.indexOf('_ffmpeg') !== -1) { playType = 'mp4' }