mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 06:35:24 +03:00
If recordings don't exist mark as no recordings
This commit is contained in:
parent
13d121f443
commit
63984c1bc9
@ -168,6 +168,7 @@ export default function DynamicVideoPlayer({
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!controller || !recordings) {
|
if (!controller || !recordings) {
|
||||||
|
setNoRecording(true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user