mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +00:00
remove mux.js (see https://github.com/shaka-project/shaka-player/issues/5912#issuecomment-1819153525)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user