mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Eager import shaka-player css.
This commit is contained in:
parent
587561f60b
commit
027dabf9b4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import("shaka-player/dist/controls.css");
|
||||
import "shaka-player/dist/controls.css";
|
||||
const shaka = import("shaka-player/dist/shaka-player.ui.js");
|
||||
if (!window.muxjs) {
|
||||
import("mux.js").then(muxjs => {
|
||||
|
|
Loading…
Reference in a new issue