diff --git a/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/Source.kt b/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/Source.kt index 28cf91a5..16ebc504 100644 --- a/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/Source.kt +++ b/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/Source.kt @@ -59,6 +59,13 @@ object Source { private val context by DI.global.instance() + /** + * Clients should support these types for extensions to work properly (in order of importance) + * - EditTextPreference + * - SwitchPreferenceCompat + * - ListPreference + * - CheckBoxPreference + */ data class PreferenceObject( val type: String, val props: Any