personal web client for Bluesky
typescript solidjs bluesky atcute

fix: disable bwEstimate for now

mary.my.id b046e495 cc1f32fe

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