mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 16:23:37 +02:00
...
This commit is contained in:
parent
db7c7931a3
commit
228c5d7af0
1 changed files with 2 additions and 1 deletions
|
|
@ -177,8 +177,9 @@ def monitor_scan(self):
|
|||
'No ebook files were found in %s') % self.source, show=True)
|
||||
self.break_cycles()
|
||||
return
|
||||
self.pd.msg = _('Reading metadata and adding to library...')
|
||||
self.pd.max = len(self.file_groups)
|
||||
self.pd.title = _('Reading metadata and adding to library (%d books)...') % self.pd.max
|
||||
self.pd.msg = ''
|
||||
self.pd.value = 0
|
||||
self.pool = Pool(name='AddBooks') if self.pool is None else self.pool
|
||||
if self.db is not None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue