Release Notes
Fixes issue with application not loading config files saved with v1.8.
Changelog
- [general] Add
--ignore-user-config
flag to bothdvr-scan
anddvr-scan-app
commands to allow the application to run even if the user config file is corrupted - [general] Add new
scan-only
config option to match the UI checkbox and the--scan-only
CLI flag - [bugfix] Fix crash on startup when trying to load user config saved with v1.8 #240
- This was caused by the
scan-only
UI option being emitted but the config file did not support it in v1.8 - Users who are running into this issue will be able to start DVR-Scan after updating to v1.8.1
- If you can't update, manually remove the
scan-only
line from the saved config file before starting the application
- This was caused by the