invert bool
This commit is contained in:
@@ -44,7 +44,7 @@ export function VideoPreview({
|
||||
]}>
|
||||
<BlueskyVideoView
|
||||
url={video.uri}
|
||||
autoplay={autoplayDisabled}
|
||||
autoplay={!autoplayDisabled}
|
||||
beginMuted={true}
|
||||
forceTakeover={true}
|
||||
ref={playerRef}
|
||||
|
||||
Reference in New Issue
Block a user