+2
-1
src/components/embeds/players/video-player.tsx
+2
-1
src/components/embeds/players/video-player.tsx
···
22
22
23
23
const [playing, setPlaying] = createSignal(false);
24
24
25
-
const bwEstimate = currentAccount?.preferences.ui.videoBwEstimate;
25
+
// const bwEstimate = currentAccount?.preferences.ui.videoBwEstimate;
26
+
const bwEstimate = undefined;
26
27
const hls = new Hls({
27
28
capLevelToPlayerSize: true,
28
29