This commit is contained in:
carbotaniuman 2020-08-11 14:54:53 -05:00
parent 2315a07601
commit ba7539ddb7

View file

@ -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) {