mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix adding books from multiple directories with multiple books per directory treating opf files as an ebook
This commit is contained in:
parent
b95c2d245e
commit
8e42bd34fc
@ -3739,7 +3739,7 @@ books_series_link feeds
|
|||||||
if not ext:
|
if not ext:
|
||||||
continue
|
continue
|
||||||
ext = ext[1:].lower()
|
ext = ext[1:].lower()
|
||||||
if ext not in BOOK_EXTENSIONS and ext != 'opf':
|
if ext not in BOOK_EXTENSIONS:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
key = os.path.splitext(path)[0]
|
key = os.path.splitext(path)[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user