Skip to content

Commit

Permalink
update 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
5MayRain committed Aug 3, 2021
1 parent 3126ef3 commit ca6fd76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/themes/dark/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/light/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ca6fd76

Please sign in to comment.