mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-18 14:18:21 +03:00
Revert "Claude/fix video stretch history ans qf"
This commit is contained in:
parent
da50c9660b
commit
14709511f0
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user