mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-27 22:29:02 +03:00
Backend and webui fixes (#11309)
* Ensure that items without end times are set to not have a snapshot * Save full frame if no frame is currently saved * Webui fixes * Cleanup
This commit is contained in:
@@ -204,8 +204,8 @@ export default function DynamicVideoPlayer({
|
||||
/>
|
||||
<PreviewPlayer
|
||||
className={cn(
|
||||
isScrubbing || isLoading ? "visible" : "hidden",
|
||||
className,
|
||||
isScrubbing || isLoading ? "visible" : "hidden",
|
||||
)}
|
||||
camera={camera}
|
||||
timeRange={timeRange}
|
||||
|
||||
Reference in New Issue
Block a user