whoops, remove debug false

This commit is contained in:
Samuel Newman
2025-01-16 01:04:24 +00:00
parent b02d21e9d7
commit cac73d5d0b
+1 -1
View File
@@ -278,7 +278,7 @@ function VibeItem({
(embed.aspectRatio?.width ?? 1) / (embed.aspectRatio?.height ?? 1)
// if the video tall enough (tiktok/reels are 9:16) go cover mode
const isCloseEnough = false && videoAspectRatio <= 9 / 16
const isCloseEnough = videoAspectRatio <= 9 / 16
const {status} = useEvent(player, 'statusChange', {status: player.status})