invert bool
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user