mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
remove mux.js (see https://github.com/shaka-project/shaka-player/issues/5912#issuecomment-1819153525)
This commit is contained in:
parent
147b42d3ed
commit
5509be2a86
3 changed files with 3 additions and 40 deletions
|
@ -36,12 +36,8 @@
|
|||
<script>
|
||||
import "shaka-player/dist/controls.css";
|
||||
import { parseTimeParam } from "@/utils/Misc";
|
||||
|
||||
const shaka = import("shaka-player/dist/shaka-player.ui.js");
|
||||
if (!window.muxjs) {
|
||||
import("mux.js").then(muxjs => {
|
||||
window.muxjs = muxjs;
|
||||
});
|
||||
}
|
||||
const hotkeys = import("hotkeys-js");
|
||||
|
||||
export default {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue