mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
fix: preset-http-jpeg-generic reference (#4946)
This commit is contained in:
parent
ec7aaa18ab
commit
47ac5ed522
@ -303,7 +303,7 @@ def parse_preset_input(arg: Any, detect_fps: int) -> list[str]:
|
||||
if not isinstance(arg, str):
|
||||
return None
|
||||
|
||||
if arg == "preset-jpeg-generic":
|
||||
if arg == "preset-http-jpeg-generic":
|
||||
input = PRESETS_INPUT[arg].copy()
|
||||
input[1] = str(detect_fps)
|
||||
return input
|
||||
|
Loading…
Reference in New Issue
Block a user