diff --git a/frigate/http.py b/frigate/http.py index efc0f3cbc..932bee229 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -630,7 +630,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"