From 349f6909b7774f96f9310b17e11ba455c737e9bb Mon Sep 17 00:00:00 2001 From: RishiDiwanTT <90382027+RishiDiwanTT@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:53:30 +0530 Subject: [PATCH] Switched on OPDS2 capabilities for crawlable feeds (#1475) --- api/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controller.py b/api/controller.py index 1339297daf..5508547e53 100644 --- a/api/controller.py +++ b/api/controller.py @@ -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)