mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 01:33:37 +02:00
...
This commit is contained in:
parent
99d5863190
commit
3c196c7073
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ def delete_books(self, paths, end_session=True):
|
|||
self.report_progress(1.0, _('Removing books from device...'))
|
||||
|
||||
def remove_books_from_metadata(self, paths, booklists):
|
||||
if self.modify_datbase_check("remove_books_from_metatata") == False:
|
||||
if self.modify_database_check("remove_books_from_metatata") == False:
|
||||
return
|
||||
|
||||
for i, path in enumerate(paths):
|
||||
|
|
|
|||
Loading…
Reference in a new issue