mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
* Catch config value migration exception In case the value did not exist in the config a "ConfigException.Missing" exception was thrown which caused the whole migration to fail. Fixes #1645 * Improve config migration logging * Update user config file after config update The user config file gets reset before the update. This could cause the user settings to get lost on the next server start in case something went wrong during the update and the updated config never got saved to the actual file.