mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:23:47 +02:00
...
This commit is contained in:
parent
13bce78437
commit
5bf5375f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ def get_metadata(stream):
|
|||
root = _get_fbroot(stream)
|
||||
ctx = Context(root)
|
||||
book_title = _parse_book_title(root, ctx)
|
||||
authors = _parse_authors(root, ctx)
|
||||
authors = _parse_authors(root, ctx) or [_('Unknown')]
|
||||
|
||||
# fallback for book_title
|
||||
if book_title:
|
||||
|
|
|
|||
Loading…
Reference in a new issue