This commit is contained in:
Kovid Goyal 2024-06-18 17:43:52 +05:30
commit a153b5e919
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -149,6 +149,7 @@ class DeleteAction(InterfaceActionWithLibraryDrop):
self.gui.library_view.model().refresh_ids(ids) self.gui.library_view.model().refresh_ids(ids)
self.gui.library_view.model().current_changed(self.gui.library_view.currentIndex(), self.gui.library_view.model().current_changed(self.gui.library_view.currentIndex(),
self.gui.library_view.currentIndex()) self.gui.library_view.currentIndex())
self.gui.tags_view.recount()
def remove_format_by_id(self, book_id, fmt): def remove_format_by_id(self, book_id, fmt):
title = self.gui.current_db.title(book_id, index_is_id=True) title = self.gui.current_db.title(book_id, index_is_id=True)