View Single Post
Old 08-24-2022, 06:21 PM   #14
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,350
Karma: 169098492
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Looking at the code, chaley posted:

Code:
    if book_ids:
        self.gui.library_view.model().refresh_ids(book_ids)
Looking at the after the loop in the zip archive:

Code:
    if book_id:
        self.gui.library_view.model().refresh_ids(book_ids)
It seems as if you are missing an s in the if line.

Edit: Tried changing book_id to book_ids and got a BOOL error on install.

Last edited by DNSB; 08-24-2022 at 06:43 PM.
DNSB is offline   Reply With Quote