Merge pull request #50 from ibs0d/revert-47-claude/fix-video-stretch-history-ansQF

Revert "Claude/fix video stretch history ans qf"
This commit is contained in:
ibs0d 2026-03-15 13:37:43 +11:00 committed by GitHub
commit e8dde48626
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -849,14 +849,7 @@ function DetectionReview({
}
className="review-item relative rounded-lg"
>
<div
className="overflow-hidden rounded-lg"
style={{
aspectRatio: config?.cameras[value.camera]
? `${config.cameras[value.camera].detect.width}/${config.cameras[value.camera].detect.height}`
: "16/9",
}}
>
<div className="aspect-video overflow-hidden rounded-lg">
<PreviewThumbnailPlayer
review={value}
allPreviews={relevantPreviews}