mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1e4baacd51
commit
f175b8bf6d
@ -231,7 +231,7 @@ def MetaInformation(title, authors=(_('Unknown'),)):
|
|||||||
mi = title
|
mi = title
|
||||||
title = mi.title
|
title = mi.title
|
||||||
authors = mi.authors
|
authors = mi.authors
|
||||||
return Metadata(title, authors, mi)
|
return Metadata(title, authors, other=mi)
|
||||||
|
|
||||||
def check_isbn10(isbn):
|
def check_isbn10(isbn):
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user