mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
Feature/global update trigger automatically (#593)
* Move "addCategoriesToUpdateQueue" to "Updater" * Automatically trigger the global update
This commit is contained in:
@@ -41,6 +41,7 @@ class SystemPropertyOverrideDelegate(val getConfig: () -> Config, val moduleName
|
||||
return when (T::class.simpleName) {
|
||||
"Int" -> combined.toInt()
|
||||
"Boolean" -> combined.toBoolean()
|
||||
"Double" -> combined.toDouble()
|
||||
// add more types as needed
|
||||
else -> combined // covers String
|
||||
} as T
|
||||
|
||||
Reference in New Issue
Block a user