Skip to content

Commit

Permalink
Switched on OPDS2 capabilities for crawlable feeds (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
RishiDiwanTT authored Oct 23, 2023
1 parent 813eeb1 commit 349f690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ def _crawlable_feed(
facets=facets,
pagination=pagination,
search_engine=search_engine,
).as_response()
).as_response(mime_types=flask.request.accept_mimetypes)

def _load_search_facets(self, lane):
entrypoints = list(flask.request.library.entrypoints)
Expand Down

0 comments on commit 349f690

Please sign in to comment.