mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 18:33:36 +02:00
...
This commit is contained in:
commit
c3014e5920
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ def scan_library(self, name_ignores, extension_ignores):
|
|||
|
||||
lib = self.src_library_path
|
||||
for auth_dir in os.listdir(lib):
|
||||
if auth_dir in self.ignore_names:
|
||||
if auth_dir in self.ignore_names or auth_dir == 'metadata.db':
|
||||
continue
|
||||
auth_path = os.path.join(lib, auth_dir)
|
||||
# First check: author must be a directory
|
||||
|
|
|
|||
Loading…
Reference in a new issue