Bugfix opds search

This commit is contained in:
Ozzie Isaacs
2023-05-27 16:25:06 +02:00
parent 16baa306c5
commit 8a87c152b4
4 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ def feed_osd():
return render_xml_template('osd.xml', lang='en-EN')
@opds.route("/opds/search", defaults={'query': ""})
# @opds.route("/opds/search", defaults={'query': ""})
@opds.route("/opds/search/<path:query>")
@requires_basic_auth_if_no_ano
def feed_cc_search(query):