mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:43:39 +02:00
...
This commit is contained in:
parent
1e4baacd51
commit
f175b8bf6d
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ def MetaInformation(title, authors=(_('Unknown'),)):
|
|||
mi = title
|
||||
title = mi.title
|
||||
authors = mi.authors
|
||||
return Metadata(title, authors, mi)
|
||||
return Metadata(title, authors, other=mi)
|
||||
|
||||
def check_isbn10(isbn):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue