Fix book details panel on non-default libraries not working

This commit is contained in:
Kovid Goyal 2017-04-24 11:28:48 +05:30
parent 147b16e4de
commit 8be3b5c88a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -61,7 +61,7 @@ def clear_grid():
def show_book_details(book_id):
show_panel('book_details', {'book_id':book_id})
show_panel('book_details', {'book_id':book_id, 'library_id':current_library_id()})
def create_image(book_id, max_width, max_height, on_load):