fix(opds): links are missing the publisher parameter

closes #777
This commit is contained in:
Gauthier Roebroeck 2022-01-24 13:56:45 +08:00
parent 49ae566968
commit 996366528d

View file

@ -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,