mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
18bc6081a9
commit
fb54c30696
@ -579,7 +579,8 @@ class KOBO(USBMS):
|
||||
self.report_progress(1.0, _('Removing books from device metadata listing...'))
|
||||
|
||||
def add_books_to_metadata(self, locations, metadata, booklists):
|
||||
debug_print(f'KoboTouch::add_books_to_metadata - start. metadata={metadata[0]}')
|
||||
with suppress(IndexError):
|
||||
debug_print(f'KoboTouch::add_books_to_metadata - start. metadata={metadata[0]}')
|
||||
metadata = iter(metadata)
|
||||
for i, location in enumerate(locations):
|
||||
self.report_progress((i+1) / float(len(locations)), _('Adding books to device metadata listing...'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user