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,