[Bug]: Updating 'Improve Contrast' setting from the UI writes a quoted instead of unquoted boolean value to config.yml #13543
-
Checklist
Describe the problem you are havingUpdating the It is unknown whether it is interpreted correctly by frigate internally, although the setting in the UI shows the change. The Steps to reproduce
Version0.14.1-f4f3cfa In which browser(s) are you experiencing the issue with?No response Frigate config file# Example written
motion:
mask: 0.003,0.002,1,0,1,0.478,0,0.466
threshold: 30
contour_area: 10
improve_contrast: 'true' docker-compose file or Docker CLI commandN/A Relevant Frigate log outputN/A Relevant go2rtc log outputN/A Operating systemDebian Install methodDocker Compose Network connectionWired Camera make and modeln/a Screenshots of the Frigate UI's System metrics pagesn/a Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is not a bug, the parser can handle both formats |
Beta Was this translation helpful? Give feedback.
-
This has been improved in #13550. As @NickM-27 said, the parser handles both formats so there is no functionality bug. But my PR should fix the quotes being put around boolean values and the built-in config editor highlighting it as an issue. |
Beta Was this translation helpful? Give feedback.
This has been improved in #13550. As @NickM-27 said, the parser handles both formats so there is no functionality bug. But my PR should fix the quotes being put around boolean values and the built-in config editor highlighting it as an issue.