diff --git a/frigate/http.py b/frigate/http.py index 6ac46f429..e7dc829ba 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -625,7 +625,7 @@ def ffprobe(camera_name): output += f"{input.roles}\n" ffprobe = ffprobe_stream(input.path) - if output: + if ffprobe: output += f"{ffprobe}\n" else: output += "error getting stream\n"