From ca6fd761e9b8d893af343d2abaa99d04d5d4947f Mon Sep 17 00:00:00 2001 From: 5MayRain Date: Tue, 3 Aug 2021 23:38:47 +0800 Subject: [PATCH] update 2.0.1 --- dist/themes/dark/app.js | 2 +- dist/themes/light/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/themes/dark/app.js b/dist/themes/dark/app.js index d019522..e897861 100644 --- a/dist/themes/dark/app.js +++ b/dist/themes/dark/app.js @@ -873,7 +873,7 @@ function file_video(path) { playerUI = dpUI; } else if (ext == 'm3u8') { playerType = 'customHls'; - playerUI = dpUI; + playerUI = plyrUI; } else if (ext == 'mpd') { playerType = 'customDash'; playerUI = dpUI; diff --git a/dist/themes/light/app.js b/dist/themes/light/app.js index b2417ff..ca68135 100644 --- a/dist/themes/light/app.js +++ b/dist/themes/light/app.js @@ -871,7 +871,7 @@ function file_video(path) { playerUI = dpUI; } else if (ext == 'm3u8') { playerType = 'customHls'; - playerUI = dpUI; + playerUI = plyrUI; } else if (ext == 'mpd') { playerType = 'customDash'; playerUI = dpUI;