forked from Github/frigate
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:
@@ -135,7 +135,7 @@ export default function LivePlayer({
|
||||
);
|
||||
}
|
||||
} else if (liveMode == "jsmpeg") {
|
||||
if (cameraActive) {
|
||||
if (cameraActive || !showStillWithoutActivity) {
|
||||
player = (
|
||||
<JSMpegPlayer
|
||||
className="flex size-full justify-center overflow-hidden rounded-lg md:rounded-2xl"
|
||||
|
||||
Reference in New Issue
Block a user