invert bool

This commit is contained in:
Hailey
2024-09-16 18:14:47 -07:00
parent 2feae369f1
commit fb20190561
@@ -44,7 +44,7 @@ export function VideoPreview({
]}> ]}>
<BlueskyVideoView <BlueskyVideoView
url={video.uri} url={video.uri}
autoplay={autoplayDisabled} autoplay={!autoplayDisabled}
beginMuted={true} beginMuted={true}
forceTakeover={true} forceTakeover={true}
ref={playerRef} ref={playerRef}