From 2f3f47c7453960cd7962f6ee1276a41b06c587e5 Mon Sep 17 00:00:00 2001 From: Mitchell Syer Date: Tue, 8 Nov 2022 02:02:45 -0500 Subject: [PATCH] Set source preference doc fix (#441) --- .../suwayomi/tachidesk/manga/controller/SourceController.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/main/kotlin/suwayomi/tachidesk/manga/controller/SourceController.kt b/server/src/main/kotlin/suwayomi/tachidesk/manga/controller/SourceController.kt index 2459ff58..41f881ce 100644 --- a/server/src/main/kotlin/suwayomi/tachidesk/manga/controller/SourceController.kt +++ b/server/src/main/kotlin/suwayomi/tachidesk/manga/controller/SourceController.kt @@ -131,6 +131,7 @@ object SourceController { summary("Source preference set") description("Set one preference of source with id `sourceId`") } + body() }, behaviorOf = { ctx, sourceId -> val preferenceChange = ctx.bodyAsClass(SourcePreferenceChange::class.java)