mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-31 08:09:02 +03:00
Add ability to interact with review items in events list (#11562)
* Add ability to interact with review items * Ignore on iOS * Don't load metadata * Bug fixes
This commit is contained in:
@@ -302,7 +302,10 @@ function PreviewVideoPlayer({
|
||||
}}
|
||||
>
|
||||
{currentPreview != undefined && (
|
||||
<source src={currentPreview.src} type={currentPreview.type} />
|
||||
<source
|
||||
src={`${baseUrl}${currentPreview.src.substring(1)}`}
|
||||
type={currentPreview.type}
|
||||
/>
|
||||
)}
|
||||
</video>
|
||||
{cameraPreviews && !currentPreview && (
|
||||
|
||||
Reference in New Issue
Block a user