1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-04-03 01:06:59 +00:00

Covers should now be downloadable with calibre-companion ()

This commit is contained in:
OzzieIsaacs 2017-01-08 16:46:57 +01:00
parent c13a2a4557
commit 9927a6cc71

@ -1058,6 +1058,7 @@ def get_cover(cover_path):
return send_from_directory(os.path.join(config.DB_ROOT, cover_path), "cover.jpg")
@app.route("/opds/cover_90_90/<path:book_id>")
@app.route("/opds/cover/<path:book_id>")
@requires_basic_auth_if_no_ano
def feed_get_cover(book_id):