From 996366528d6c4ddabcc75b8fabdba87294c5567d Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 24 Jan 2022 13:56:45 +0800 Subject: [PATCH] fix(opds): links are missing the publisher parameter closes #777 --- .../org/gotson/komga/interfaces/api/opds/OpdsController.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/komga/src/main/kotlin/org/gotson/komga/interfaces/api/opds/OpdsController.kt b/komga/src/main/kotlin/org/gotson/komga/interfaces/api/opds/OpdsController.kt index c6fccecfc..fe477bbcc 100644 --- a/komga/src/main/kotlin/org/gotson/komga/interfaces/api/opds/OpdsController.kt +++ b/komga/src/main/kotlin/org/gotson/komga/interfaces/api/opds/OpdsController.kt @@ -306,6 +306,7 @@ class OpdsController( val builder = uriBuilder(ROUTE_SERIES_ALL) .queryParamIfPresent("search", Optional.ofNullable(searchTerm)) + .queryParamIfPresent("publisher", Optional.ofNullable(publishers)) return OpdsFeedNavigation( id = ID_SERIES_ALL,