From 04b49f06dbc06b078baf9ea74437dbe01a48fd59 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Wed, 21 Aug 2024 21:52:05 -0700 Subject: [PATCH] make iphone live view play in line Fixes #133 --- CHANGELOG.md | 2 ++ ui/src/Live/LiveCamera.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f04e8b7..fdcbb99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ even on minor releases, e.g. `v0.7.5` -> `v0.7.6`. * bump minimum Rust version to 1.79. * in UI's list view, add a tooltip on the end time which shows why the recording ended. +* fix [#133](https://github.com/scottlamb/moonfire-nvr/issues/121): + iPhone live view. ## v0.7.16 (2024-05-30) diff --git a/ui/src/Live/LiveCamera.tsx b/ui/src/Live/LiveCamera.tsx index 40477c1..cbdef8b 100644 --- a/ui/src/Live/LiveCamera.tsx +++ b/ui/src/Live/LiveCamera.tsx @@ -475,7 +475,7 @@ const LiveCamera = ({ mediaSourceApi, camera, chooser }: LiveCameraProps) => { {playbackState.message} )} -