Merge remote-tracking branch 'fixes/accessbp'
This commit is contained in:
@@ -1195,7 +1195,9 @@ def get_robots():
|
|||||||
@viewer_required
|
@viewer_required
|
||||||
def serve_book(book_id, book_format, anyname):
|
def serve_book(book_id, book_format, anyname):
|
||||||
book_format = book_format.split(".")[0]
|
book_format = book_format.split(".")[0]
|
||||||
book = calibre_db.get_book(book_id)
|
book = calibre_db.get_filtered_book(book_id)
|
||||||
|
if not book:
|
||||||
|
return "File not in Database"
|
||||||
data = calibre_db.get_book_format(book_id, book_format.upper())
|
data = calibre_db.get_book_format(book_id, book_format.upper())
|
||||||
if not data:
|
if not data:
|
||||||
return "File not in Database"
|
return "File not in Database"
|
||||||
|
|||||||
Reference in New Issue
Block a user