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) {
|
||||
startWebUi()
|
||||
}
|
||||
|
||||
settings = newSettings
|
||||
} catch (e: UnrecognizedPropertyException) {
|
||||
LOGGER.warn { "Settings file is invalid: '$e.propertyName' is not a valid setting" }
|
||||
} catch (e: JsonProcessingException) {
|
||||
|
|
Loading…
Reference in a new issue