1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-10-01 08:20:49 +00:00

ldap opds download bugged

This commit is contained in:
ground7 2019-12-28 21:52:26 -07:00
parent 6555d5869f
commit b782489a8c

View File

@ -318,7 +318,6 @@ def feed_shelf(book_id):
@opds.route("/opds/download/<book_id>/<book_format>/")
@requires_basic_auth_if_no_ano
@download_required
def opds_download_link(book_id, book_format):
return get_download_link(book_id,book_format)