mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Fix bug
This commit is contained in:
parent
2315a07601
commit
ba7539ddb7
|
@ -213,6 +213,8 @@ class MangaDexClient(private val settingsFile: File, databaseFile: File, cacheFo
|
||||||
if (startWebUi) {
|
if (startWebUi) {
|
||||||
startWebUi()
|
startWebUi()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
settings = newSettings
|
||||||
} catch (e: UnrecognizedPropertyException) {
|
} catch (e: UnrecognizedPropertyException) {
|
||||||
LOGGER.warn { "Settings file is invalid: '$e.propertyName' is not a valid setting" }
|
LOGGER.warn { "Settings file is invalid: '$e.propertyName' is not a valid setting" }
|
||||||
} catch (e: JsonProcessingException) {
|
} catch (e: JsonProcessingException) {
|
||||||
|
|
Loading…
Reference in a new issue