mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 04:22:28 +02:00
parent
49ae566968
commit
996366528d
1 changed files with 1 additions and 0 deletions
|
|
@ -306,6 +306,7 @@ class OpdsController(
|
||||||
|
|
||||||
val builder = uriBuilder(ROUTE_SERIES_ALL)
|
val builder = uriBuilder(ROUTE_SERIES_ALL)
|
||||||
.queryParamIfPresent("search", Optional.ofNullable(searchTerm))
|
.queryParamIfPresent("search", Optional.ofNullable(searchTerm))
|
||||||
|
.queryParamIfPresent("publisher", Optional.ofNullable(publishers))
|
||||||
|
|
||||||
return OpdsFeedNavigation(
|
return OpdsFeedNavigation(
|
||||||
id = ID_SERIES_ALL,
|
id = ID_SERIES_ALL,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue