1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-07 02:33:01 +00:00

Read book is now tied to the right downlolad books for guest users (fixes #110)

This commit is contained in:
OzzieIsaacs
2017-02-25 11:14:45 +01:00
parent 1a83ad713c
commit 00763d6e4c
2 changed files with 3 additions and 3 deletions

View File

@@ -1203,7 +1203,7 @@ def feed_get_cover(book_id):
@app.route("/read/<int:book_id>/<format>")
@login_required
@login_required_if_no_ano
def read_book(book_id, format):
book = db.session.query(db.Books).filter(db.Books.id == book_id).first()
if book: