mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Ensure author returned by fb2 metadata plugin is unicode
This commit is contained in:
parent
8fb8717af8
commit
1f7a80cdd3
@ -199,7 +199,7 @@ def _parse_author(elm_author, ctx):
|
|||||||
if nname:
|
if nname:
|
||||||
author = nname
|
author = nname
|
||||||
|
|
||||||
return author
|
return str(author)
|
||||||
|
|
||||||
|
|
||||||
def _parse_book_title(root, ctx):
|
def _parse_book_title(root, ctx):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user