mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
f1b3ee781b
commit
b6b942b617
1 changed files with 3 additions and 0 deletions
|
|
@ -267,6 +267,9 @@ def _files_added(self, paths=[], names=[], infos=[], on_card=None):
|
|||
info_dialog(self.gui, _('Merged some books'),
|
||||
_('The following duplicate books were found and incoming book formats were '
|
||||
'processed and merged into your Calibre database according to your automerge settings:'), det_msg=books, show=True)
|
||||
|
||||
if getattr(self._adder, 'number_of_books_added', 0) > 0 or \
|
||||
getattr(self._adder, 'merged_books', False):
|
||||
# The formats of the current book could have changed if
|
||||
# automerge is enabled
|
||||
current_idx = self.gui.library_view.currentIndex()
|
||||
|
|
|
|||
Loading…
Reference in a new issue