1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00
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) {