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 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