mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 10:23:16 +02:00
Fix book details panel on non-default libraries not working
This commit is contained in:
parent
147b16e4de
commit
8be3b5c88a
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue