mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-04-04 03:40:33 -04:00
parent
140f625a80
commit
04b49f06db
@ -15,6 +15,8 @@ even on minor releases, e.g. `v0.7.5` -> `v0.7.6`.
|
|||||||
* bump minimum Rust version to 1.79.
|
* bump minimum Rust version to 1.79.
|
||||||
* in UI's list view, add a tooltip on the end time which shows why the
|
* in UI's list view, add a tooltip on the end time which shows why the
|
||||||
recording ended.
|
recording ended.
|
||||||
|
* fix [#133](https://github.com/scottlamb/moonfire-nvr/issues/121):
|
||||||
|
iPhone live view.
|
||||||
|
|
||||||
## v0.7.16 (2024-05-30)
|
## v0.7.16 (2024-05-30)
|
||||||
|
|
||||||
|
@ -475,7 +475,7 @@ const LiveCamera = ({ mediaSourceApi, camera, chooser }: LiveCameraProps) => {
|
|||||||
<Alert severity="error">{playbackState.message}</Alert>
|
<Alert severity="error">{playbackState.message}</Alert>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<video ref={videoRef} muted autoPlay />
|
<video ref={videoRef} muted autoPlay playsInline />
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user