mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-07 05:55:27 +03:00
clean up
This commit is contained in:
parent
b6cdd29b8a
commit
a84192cba7
@ -301,22 +301,6 @@ export default function LivePlayer({
|
|||||||
player = <ActivityIndicator />;
|
player = <ActivityIndicator />;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (cameraConfig.name == "lpr")
|
|
||||||
// console.log(
|
|
||||||
// cameraConfig.name,
|
|
||||||
// "enabled",
|
|
||||||
// cameraEnabled,
|
|
||||||
// "prev enabled",
|
|
||||||
// prevCameraEnabledRef.current,
|
|
||||||
// "offline",
|
|
||||||
// offline,
|
|
||||||
// "show still",
|
|
||||||
// showStillWithoutActivity,
|
|
||||||
// "live ready",
|
|
||||||
// liveReady,
|
|
||||||
// player,
|
|
||||||
// );
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
ref={cameraRef ?? internalContainerRef}
|
ref={cameraRef ?? internalContainerRef}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user