diff --git a/frigate/http.py b/frigate/http.py index 02bdf45eb..107ccbaf7 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -637,7 +637,7 @@ def ffprobe(camera_name): } ) - return jsonify(output, "200") + return jsonify(output) else: # user has single stream ffprobe = ffprobe_stream(config.ffmpeg.inputs[0].path)