diff --git a/src/calibre/library/database2.py b/src/calibre/library/database2.py index 07747180f1..5b4f7eec7e 100644 --- a/src/calibre/library/database2.py +++ b/src/calibre/library/database2.py @@ -3664,7 +3664,7 @@ books_series_link feeds if not ext: continue ext = ext[1:].lower() - if ext not in BOOK_EXTENSIONS: + if ext not in BOOK_EXTENSIONS and ext != 'opf': continue key = os.path.splitext(path)[0]