mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix book details panel on non-default libraries not working
This commit is contained in:
parent
147b16e4de
commit
8be3b5c88a
@ -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…
x
Reference in New Issue
Block a user