mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
FB2 output: Fix metadata typo.
This commit is contained in:
parent
b1486cc5b5
commit
1a88688500
@ -93,7 +93,7 @@ class FB2MLizer(object):
|
|||||||
|
|
||||||
if len(author_parts) == 1:
|
if len(author_parts) == 1:
|
||||||
author_last = author_parts[0]
|
author_last = author_parts[0]
|
||||||
elif len(author_parts == 2):
|
elif len(author_parts) == 2:
|
||||||
author_first = author_parts[0]
|
author_first = author_parts[0]
|
||||||
author_last = author_parts[1]
|
author_last = author_parts[1]
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user