mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-20 15:18:21 +03:00
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:
commit
e8dde48626
@ -849,14 +849,7 @@ function DetectionReview({
|
|||||||
}
|
}
|
||||||
className="review-item relative rounded-lg"
|
className="review-item relative rounded-lg"
|
||||||
>
|
>
|
||||||
<div
|
<div className="aspect-video overflow-hidden rounded-lg">
|
||||||
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",
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<PreviewThumbnailPlayer
|
<PreviewThumbnailPlayer
|
||||||
review={value}
|
review={value}
|
||||||
allPreviews={relevantPreviews}
|
allPreviews={relevantPreviews}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user