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;