mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix http-jpeg template insertion (#6291)
This commit is contained in:
parent
6bcf44aee8
commit
df016ddd0d
@ -320,7 +320,7 @@ def parse_preset_input(arg: Any, detect_fps: int) -> list[str]:
|
|||||||
|
|
||||||
if arg == "preset-http-jpeg-generic":
|
if arg == "preset-http-jpeg-generic":
|
||||||
input = PRESETS_INPUT[arg].copy()
|
input = PRESETS_INPUT[arg].copy()
|
||||||
input[1] = str(detect_fps)
|
input[len(_user_agent_args) + 1] = str(detect_fps)
|
||||||
return input
|
return input
|
||||||
|
|
||||||
return PRESETS_INPUT.get(arg, None)
|
return PRESETS_INPUT.get(arg, None)
|
||||||
|
Loading…
Reference in New Issue
Block a user