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:
Nicolas Mowen
2024-05-09 07:20:33 -06:00
committed by GitHub
parent 4bcbf7435a
commit 4216d08099
4 changed files with 39 additions and 5 deletions

View File

@@ -204,8 +204,8 @@ export default function DynamicVideoPlayer({
/>
<PreviewPlayer
className={cn(
isScrubbing || isLoading ? "visible" : "hidden",
className,
isScrubbing || isLoading ? "visible" : "hidden",
)}
camera={camera}
timeRange={timeRange}